

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:0px 0 2px 0;
	padding-top: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: 2px;
	display: block;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	padding: 0px;
	height:20px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}



ul.thumbs {
	clear: both;
	position:relative;
	margin:0;
	padding: 0;
	
}

ul.thumbs li {
	float: left;
	padding: 0px 9px 9px 0px;
	list-style: none;
}
a.thumb {
	padding: 0px;
	display: block;
	border:3px solid #f1f1f1;
}
ul.thumbs li.selected a.thumb {
	
	border:3px solid #FFCC00;
}
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 {
	margin-top: 12px;
}
div.pagination a {
	display: block;
	float: left;
	margin:0px 2px 5px 0;
	padding: 4px 7px 2px 7px;
	font-size:13px;	
	
}
div.pagination span.current {
	font-size:13px;
	display: block;
	float: left;
	margin:0px 2px 5px 0;
	padding: 1px 7px 2px 7px;
	font-weight: bold;
	color: #fff;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}


/* 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;
}
div.caption{
	color:#0099FF;

}

