
#gallery_page #gallery_content {
	float:right;
	width:740px;
	
	
}

#gallery_page 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: 534px; 
	margin-left:-2px;
	position:absolute;
	top:13px;
	right:0;

}
#gallery_page div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
#gallery_page div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
#gallery_page div.controls {
	margin:5px 0px 0px 15px;;
	height: 23px;
	position:absolute;
	z-index:20000;
	height:365px;
	
	}
#gallery_page div.controls a {
	padding: 5px;
}
#gallery_page div.ss-controls {
	float: left;
	display:none;
}
#gallery_page div.controls a.next {
	height:50px;
	width:50px;
		background:url(/10/images/gallery_next.png) no-repeat right 50%;
		opacity:.8;
		position:absolute;
		left:70px;
		top:20px;
					z-index:3000000;


}

#gallery_page div.controls a.prev {
	height:50px;
	width:50px;
	background:url(/10/images/gallery_prev.png) no-repeat right 50%;
	opacity:.8;
	position:absolute;
	left:10px;
			top:20px;
			z-index:3000000;



}
#gallery_page div.controls a:hover {
	opacity:1;

	
}



#gallery_page div.nav-controls {
}
#gallery_page div.slideshow-container {
	position: relative;
	clear: both;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
	width:514px;
}
#gallery_page div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 484px;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#gallery_page div.slideshow {

}
#gallery_page div.slideshow span.image-wrapper {
	display: block;
	position:relative;
	top: 0;
	left: 0;
	float:left;
}
#gallery_page div.slideshow a.advance-link {
	display: block;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 0px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
#gallery_page div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
#gallery_page div.slideshow img {
	vertical-align: middle;
	border: 1px solid #EFEFEF;
	 display: block;
    margin-left: auto;
    margin-right: auto;
	padding:14px;
	background-color:#FFF;
	
	
}
#gallery_page div.download {
	float: right;
}
#gallery_page div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
#gallery_page span.image-caption {
	display: block;
	position: absolute;
	width: 484px;
	top: 0;
	left: 0;
}
#gallery_page div.caption {
	display:none;
}
#gallery_page div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	display:none;
}
#gallery_page div.image-desc {
	line-height: 1.3em;
	display:none;
}
#gallery_page div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#gallery_page ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#gallery_page #thumbs{
	background-color:#FFF;
	padding:5px 0 5px 10px;
	border-left: 1px solid #efefef;
		border-top: 1px solid #efefef;
			border-bottom: 1px solid #efefef;
						border-right: 1px solid #FFF;



	-moz-border-radius:10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	z-index:1000;
	float:left;
	position:absolute;
	top:60px;

	
	
}

#gallery_page ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	height:85px;
	width:85px;
	overflow:hidden;
		border: 1px solid #ccc;

}
#gallery_page a.thumb {
	display: block;
}
#gallery_page ul.thumbs li.selected a.thumb {
	background: #000;
}
#gallery_page a.thumb:focus {
	outline: none;
}
#gallery_page ul.thumbs img {
	border: none;
	display: block;
}
#gallery_page div.pagination {
	clear: both;
}
#gallery_page div.navigation div.top {
	margin-bottom: 12px;
	height: 20px;
}
#gallery_page div.navigation div.bottom {
	margin-top: 12px;
	display:none;
}

#gallery_page div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	margin-top:2px;
	padding: 2px 4px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
#gallery_page div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
#gallery_page div.pagination span.current {
	font-weight: bold;
	background-color: #1E9039;
	color: #FFF;

	
	

		
}
#gallery_page div.pagination span.ellipsis {
	border: none;
	padding: 3px 0 2px 2px;
}


.slideshow-container img {
	float:left;
	
}
