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;
	width:600px;
	float:left;
	padding:15px;
	background:#000;
	padding-top:2px;
	padding-bottom:7px;
	margin-top:4px;
	height:376px;
}

div.content a, div.navigation a {
	text-decoration: none;
	color: #1285D8;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: none;
}
div.controls {
	margin-top: 5px;
	height: 15px;
}

.ss-controls .play {
	float: left;
	font-size:11px;
	width:55px;
	height:11px;
	background:url(left.jpg) no-repeat left;
	text-indent:-2000px;
	display:block;
}

.pause {
	float: left;
	font-size:11px;
	width:55px;
	height:11px;
	background:url(pase.jpg) no-repeat left;
	text-indent:-2000px;
	display:block;
}

div.nav-controls {
	float: right;
	font-size:11px;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 600px;
	height: 250px
}
div.slideshow {
	clear: both;
	height:250px;
	overflow:hidden;
	width:600px;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	display: block;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	margin:0;
	padding:0;	
}

ul.thumbs li {
margin:0;
padding: 0;
list-style: none;
float:left;
width:90px;
padding:4px;
overflow:hidden;
background:url(loade.gif) no-repeat center;
}

.thumbs a{
	width:80px;
	padding:5px;
	background:#000;
	float:left;
}

.thumbs a:hover {
	width:80px;
	padding:5px;
	background:#000;
	float:left;
}

ul.thumbs li.selected a.thumb {

}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
}

div.pagination {
	clear: both;
	height:0;
	width:0;
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
	border:0;
}
div.navigation div.top {

}
div.navigation div.bottom {

}
div.pagination a, div.pagination span.current {

}
div.pagination a:hover {

}
div.pagination span.current {

}

#gallery-adv {
	float:left;
}

.nav-controls .next {
		padding:0;
	margin:0;
	background:url(next.png) no-repeat top right;
	width:12px;
	height:11px;
	text-indent:-2000px;
	display:block;
	text-decoration:none;
	float:left;	line-height:10px;
	font-size:10px;
}

.nav-controls .next:hover {
	background:url(next.png) no-repeat bottom right;
}

.nav-controls .prev {
	padding:0;
	margin:0;
	background:url(prev.png) no-repeat top left;
	width:12px;
	height:11px;
	text-indent:-2000px;
	display:block;
	text-decoration:none;
	float:left;
	line-height:10px;
	font-size:10px;
}

.nav-controls .prev:hover {
	background:url(prev.png) no-repeat bottom left;
}
