#gallery			{	width: 100%;
					margin: 0 auto;
					height: 500px;
					border: 0px solid #930;}
					
#canvas				{	float: left;
					width: 80%;
					height: 500px;
					text-align: center;}

.picture			{	display: none;
					top: 20px;}
					
.picture img			{	margin-top: 20px;}

#anotation			{	position: relative;
					width: 100%;
					margin: 0 auto;
					height: 40px;
					border: 1px solid #000;
					margin-top: 2px;}

.anotation			{	display: none;
					position: absolute;
					bottom: -40px;
					left: 0px;
					width: 100%;
					height: 40px;
					z-index: 50;
					text-align: center;
					font-size: 16px;
					line-height: 19px;
					font-weight: normal;
					/*background: #fc9;*/
					/*opacity:0.6;filter:alpha(opacity=60);*/}

.anotationtext			{	color: #930;}

.anotationtext a		{	text-decoration: none;
					color: #fea714;}
.anotationtext a:active		{	}
.anotationtext a:visited	{	}
.anotationtext a:hover		{	color: #930;}

#thumbs				{	float: left;
					height:500px;
					overflow: auto;
					white-space: nowrap;
					text-align: center;
					width: 20%;}
					
.thumb				{	width: 80%;
					display: block;
					float: left;
					margin: 0 auto;
					margin-top: 10px;
					cursor: pointer;}
					
	
