@charset "utf-8";
/* CSS Document */

#gallery {
	background-image: url(../images/gallery/gallery_bodybg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 530px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top:20px;
}

#gallery .headerimg {
	background-image: url(../images/gallery/gallery_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 530px;
}

#gallery .content {
	padding-right: 25px;
	padding-left: 25px;
}

#gallery .content .main_gallery_image {
	height: 400px;
	width: 480px;
	left: auto;
	right: auto;
	top:auto;
	bottom:auto;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	background-image: url(../images/gallery/galleryimagebg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


#gallery .content .main_gallery_image img {
	left: auto;
	right: auto;
	top:auto;
	bottom:auto;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#gallery #caption_nav {
	margin: 0px;
	padding: 0px;
	width: 480px;
	margin-bottom:10px;
	display: inline;
}

#gallery #slideShowCaptionHeader {
	background-image: url(../images/gallery/captionheader.gif);
	background-repeat: no-repeat;
	height:9px;
	width:260px;
	float: left;
	margin: 0px;
        margin-top:10px;
	margin-right: 10px;
	padding: 0px;
}

#gallery #slideShowCaptionFooter {
	background-image: url(../images/gallery/captionfooter.gif);
	background-repeat: no-repeat;
	height:9px;
	width:260px;
	float: left;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#gallery #slideShowCaption {
	background-image: url(../images/gallery/captionbody.gif);
	background-repeat: repeat-y;
	float: left;
	width: 260px;
	min-height:40px;
	margin: 0px;
	padding: 0px;
}

#gallery #slideShowCaption p {
	padding-left: 8px;
	padding-bottom: 0px;
	padding-right: 13px;
	padding-top: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #666666;
}

#gallery .gallery_controls {
	margin-top:10px;
        float: right;
}

#gallery .gallery_controls a img {
	height: 48px;
	width: 48px;
	margin-top:2px;
	margin-right:1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
}

#gallery .gallery_gallery a img {
	margin: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
}

#gallery .footerimg {
	background-image: url(../images/gallery/gallery_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 530px;
}