﻿#contentDiv
{
	background: url(/images/gallery_back.jpg) no-repeat top left; 
	position: relative; 
	height: 554px;
}
#categoriesPanel
{
	position: absolute;
	width: 60px;
	height: 80px;
	top: 65px;
	right: 50px;
}
#categoriesPanel ul{ list-style: none; margin: 0; padding: 0;}
#categoriesPanel ul li a{ color: Black; text-decoration: none; }
#categoriesPanel ul li a:hover{ color: White; }

.thumbnailsPanel
{
	position: absolute;
	top: 47px;
	left: 24px;
	background: url(/images/thumbnails_back.png) no-repeat center center;
	width: 564px;
	height: 466px;
	padding-top: 50px;
}
.sliderPanel{  }
ul.thumbnails{ list-style: none; margin: 0; padding: 0; margin-left: 20px;}
ul.thumbnails li{ float: left; margin: 7px; }
ul.thumbnails li a img{ border-color: #766600; }
ul.thumbnails li a:hover img{ border-color: #af9701; }
#scrollPanel
{
	width: 540px;
	height: 410px;
}