div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:360px;
	height:300px;
	overflow:hidden;
	position:absolute;
	left:255px;
	top:14px;
	
}
.content img{
	width:360px;
	height:285px;
	background-color:#B2B2B2;}
	
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
	
}
div.ss-controls {
	float: left;
	
}
div.nav-controls {
	float: right;
	
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px;
	
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 0px;
	display: block;
	
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
	
}
.links{
	border:2px solid #FF0000;
	overflow:hidden;
	}
/*div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
	border:10px solid #FF0000;
}
*/div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	width:231px;
	height:288px;
	margin:30px 0px 0px 3px;
	clear:both;
	
}
ul.thumbs {
	margin: 0;
	padding: 0;
	clear:both;
}
ul.thumbs li {
	list-style: none;
	width:72px;
	height:60px;
	overflow:hidden;
	float:left;
	margin:0px 0px 5px 5px;
	border:1px solid #B2B2B2;
}
a.thumb {
	display: block;
	
}
ul.thumbs li.selected a.thumb {
	background: #000;
	
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	clear:both;
	overflow:hidden;
	padding-top:10px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	text-align:center;
	width:86px;
	
	
}
div.pagination a:hover {
	
	text-decoration: none;
}
div.pagination span.current {
	width:86px;
	line-height:24px;
	float:left;
	height:24px;
	text-align:center;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	margin:15px 0px 0px 10px;
	
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
	
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

.scrolls{
	background: url(images/next-new1.png) left top no-repeat;
	width:52px;
	height:50px;
	float:left;
	position:absolute;
	left:0px;
	top:1px;
	}
.scrolls a{
	text-indent:-99999px;
	display:block;
	width:50px;
	height:50px;
	}
		
.scrolls2{
	
	background: url(images/next-new.png) left top no-repeat;
	width:52px;
	height:40px;
	float: right;
	position:absolute;
	left:320px;
	top:1px;
	}
.scrolls2 a{
	text-indent:-99999px;
	display:block;
	width:52px;
	height:50px;
	}		
	