#divImageGalleryFixedComments
{
	border-bottom: solid 1px #000000;
	overflow: hidden;
}
#divImageGalleryVariableComments
{
	clear: both;
	height: 30px;
}
#divImageGalleryMainPicture
{
	clear: both;
	/*position: absolute;*/
	height: 312px;
	width: 488px;
	text-align: center;
	overflow: hidden;
	/*border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;*/
}
#divImageGalleryMainPicture img
{
	/*border-bottom: solid 1px #000000;*/
}
#divImageGalleryThumbnails
{
	/*position: absolute;*/
	width: 450px;
	overflow: hidden;
	height: 43px;
	/*border-left: solid 1px #000000;
	border-right: solid 1px #000000;*/
	background-color: #E36916;
}
#divImageGalleryImageList
{
	position: relative;
	width: 2000px;
	height: 100%;
}
div.imagegallerythumbnail
{
	text-align: center;
	position: absolute;
	border: solid 1px #000000;
	height: 33px;
	width: 33px;
	top: 5px;
}
td.imagegalleryarrow
{
	background-color: #E36916;
}

