div.controls {
	margin-top: 5px;
	height: 23px;
	width:365px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
#gallery {float:left;}
div.loader {
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 365px;
	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;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}

div.navigation {
	width:200px;
	float: left;
	
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	list-style: none;
	text-align: center;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #3d6b12;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width:50px;
	height:50px;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 17px;
	height: 11px;
}
div.navigation div.bottom {
}
div.pagination a, div.pagination span.current {
	color: #4d561a;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 1px 5px;
	border: 1px solid #ccc;
	text-decoration: none;
}
div.pagination a:hover {
	background-color: #cf9;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #3d6b12;
	border-color: #3d6b12;
	color: #fff;
}

