#galleryContainer {
	position: absolute;
	left: 300px;
	top: 80px;
	z-index: 2;
	width: 550px;
	/*height: 410px;*/
}

#galleryDetailsContainer {
	border-top:4px solid #0f395c;
	background-color:#fff;
	position:relative;
}

#photogalleryContainer {
	text-align:left;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

#galleryThumbnailContainer {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 2px;
}

#galleryImageMain {
	text-align:center;
	margin-top:14px;
	min-height:320px;
}
* html #galleryImageMain {
	height:320px;
}

#galleryPrevLink {
	float:left;
}
#galleryNextLink {
	float:right;
}

#galleryPaging {
	text-align:center;
	margin-bottom:10px;
	float:left;
	width:417px;
}

#galleryPaging a:link, #galleryPaging a:visited {
	font-size:10px;
	padding:0 2px;
	color:#666;
}

#galleryPaging a:hover, #galleryPaging a:active, #galleryPaging a.wactive:link, #galleryPaging a.wactive:visited {
	color:#ccc;
}

#galleryScrollThumbnails li a {
	margin:0;
	padding:0;
	margin-right:5px;
}
