/* --- gallery begin --- */
.gallery-box {
	width:100%;
	overflow:hidden;
}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 880px; 
}
div.content a:focus, div.content a:active {
	text-decoration: underline;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 205px; /* This should be set to be at least the height of the largest image in the slideshow */
	float:left;
	width:880px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width:880px;
	height: 205px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width:880px;
	height: 205px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	display:block;
	top:0;
	left:0;
	position:absolute;
}

div.caption-container {
	position: relative;
	z-index:840;
	float:left;
	color:#b4b1b1;
}
	div.caption-container dl {
		margin-bottom:20px;
	}
		div.caption-container dl span {
			color:#83b1ad;
		}
	
	div.caption-container a {
		background:#fff;
	}
span.image-caption {
	display: block;
	top: 0;
	left: 0;
}
.caption {
	width:180px;
        left:0px;
	/*right:0;*/
	top:129px;
	line-height:46px; height:46px;
	background: url(../images/bg_cont.png);
	font-size:22px;
	color:#9E005D;
	text-transform:uppercase;
	padding-left:14px;
	position:absolute;
	z-index:9000;
}

div.caption  span{
	color:#fff;
}

div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding:5px 0 0 0 !important;
	width:880px;
	overflow:hidden;
}
ul.thumbs li {
	padding:0 10px 0px 0;
	float: left;
}
ul.thumbs .last {
	padding:0;
	float: left;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	display:none;
	clear: both;
	float:right;
	padding:0;
	margin:0;
	position:relative
}
div.navigation div.top {
	margin-bottom:0px;
	height: 11px;
	display:none; /* optional disabled */
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	width:19px;
	height:19px;
	background:url(images/pagin-bg1.gif) no-repeat left top;
	font-size:0;
	margin:1px 0 0 9px;
	text-decoration:none;
}
div.pagination a:hover, div.pagination span.current {
	background:url(images/pagin-bg2.gif) no-repeat left top;
}
div.pagination span.ellipsis {
	border: none;
}

div.pagination a.prev {
	background:url(images/prev.gif) no-repeat left top;
	width:65px;
	line-height:19px;
	height:22px;
	color:#fff;
	text-decoration:none;
	text-indent:30px;
	font-weight:bold;
	font-size:12px;
	margin-top:0;
}
div.pagination a.prev:hover {
	text-decoration:underline;
	background:url(images/prev.gif) no-repeat left top;
}

div.pagination a.next {
	background:url(images/next.gif) no-repeat left top;
	width:65px;
	line-height:19px;
	height:22px;
	color:#fff;
	text-decoration:none;
	text-indent:10px;
	font-weight:bold;
	font-size:12px;
	margin-top:0;
}
div.pagination a.next:hover {
	text-decoration:underline;
	background:url(images/next.gif) no-repeat left top;
}
/* --- gallery end --- */
