/*Gallery*/
.galleries{
	clear:both;
	overflow:hidden;
}
.gallery{
	float:left;
	margin:5px 0;
	width:95px;
	text-align:center;
}
.gallery .photo{
	background-color:#EEE;
	background-position:center center;
	background-repeat:no-repeat;
	border:3px solid #EEE;
	margin:auto;
	height:55px;
	width:55px;
	_height:55px;
	_width:55px;
}
.gallery .photo a,
.gallery .photo a:visited{
	display:block;
	height:65px;
	width:65px;
}

.gallery .photo span{
	display:none;
	
}
.gallery .name{
	font-size:11px;
	line-height:14px;
	overflow:hidden;
	height:45px;
}
.galleryContainer{
	width:100%;
}

.galleryTitle{
	color:#555555;
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}


.galleryThumbnail{
	background-color:#E7EDF8;
	background-position:center center;
	background-repeat: no-repeat;
}

#galleryPhotos ul { list-style: none; margin:0;padding:0; }
#galleryPhotos ul li { background-image:none;float:left;padding:0;margin-left:8px;margin-bottom:12px;margin-right:8px; }
#galleryPhotos li a:link,
#galleryPhotos li a:visited,
#galleryPhotos li a:active {
	border: 4px solid #E7EDF8;
	height:53px;
	width:55px;
}
#galleryPhotos li a:hover {
	border: 4px solid #809FDC;
	height:53px;
	width:55px;
}
		
/*Viewer*/
body.viewer{
	background-color:#6F6C60;
	margin:8px;
	padding:0;
}
#divMain{
	background-color:#9F9C90;
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #CFCCC0;
	float:left;
	margin:0 8px 8px 8px;
	height:450px;
	width:600px;
}
.viewer .thumb{
	background-color:#9F9C90;
	background-position:center center;
	background-repeat:no-repeat;
	border:0px solid #CFCCC0;
	float:left;
	margin:175px 0 0 0;
	padding:0 0 3px 0;
	text-align:center;
	width:65px;
}
#divPrev,
#divNext{
	background-position:center center;
	background-repeat:no-repeat;
	margin:1px auto;
	height:65px;
	width:65px;
}
#divPrev a,#divPrev a:visited,
#divNext a,#divNext a:visited{
	display:block;
	width:65px;
	height:65px;
}
#divPrev span,
#divNext span{
	display:none;
}
#aPrev,#aNext{
	color:#FFF;
	font:11px verdana,tahoma,sans-serif;
	text-decoration:none;
}
#divCaption{
	color:#FFF;
	font:11px verdana,tahoma,sans-serif;
	margin:auto;
	overflow:auto;
	text-align:center;
	height:40px;
	width:600px;
}



.galleryThumbnail{
	height:61px;
	width:61px;
}
.galleryThumbnail a,
.galleryThumbnail a:visited{
	display:block;
	height:61px;
	width:61px;
}