/* CSS Document */

.divGallerySelect {
	background: transparent url(../images/bg_galleryselect.png);
	width: 592px;
	height: 20px;
	padding: 11px 15px 10px;
	margin: 0 auto 10px;
}

.galleryselect {
	padding: 2px;
	font-weight: bold;
	float: right;
}

.divGalleryCaption {
	background: transparent url(../images/bg_whiteholder.png);
	width: 592px;
	padding: 11px 15px 0px;
	margin: 0 auto 10px;
	left: 9px;
}
.divGalleryCaptionFooter {
	position: relative;
	bottom: -8px;
	left: -15px;
	z-index: 39;
}

.paging {
	clear: both;
	float: right;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	margin: 0px 12px 0;
}


/*** Photos ***/
.photos {
	position: relative;
	margin: 0 auto;
	clear: both;
	width: 634px;
	left: 6px;
	line-height: 1em;
}

.photos .item {
	float: left;
	position: relative;
	width: 124px;
	height: 129px;
	background: #FFF;
	padding: 11px;
	margin: 11px 12px 0 0;
	text-align: center;
}

.photos .item img {
	clear: both;
	width: 118px;
	height: 88px;
	border: 1px solid black;
	margin: 0 auto 5px !important;
}

.photos .item a:Link {
}

.photos .item img:Hover {
	border: 3px solid #F8CB58;
}

.photos .item .caption {
	float: left;
	text-align: left !important;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
}