#gallery.content{
position:relative;
top:0px;
left:-20px;
width:265px;
height:300px;
float:right;


}

div.ss-controls{
position:relative;
top:3px;
left:-195px;
float:left;


}



div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}

div.navigation{
position:relative;
top:25px;
left:0px;
width:170px;
height:300px;
float:left;

}


div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	height: 20px;
}
div.controls a.next{
	padding: 2px;
	float:right;
}

div.controls a.prev{
position:relative;
top:0px;
left:-105px;
	padding: 2px;
	float:left;
}

div.loader {
	background-image: url('css/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 5px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}


div.embox {
	clear: both;
	padding: 3px;
	height: 20px;
	
}
div.image-title {
	font-weight: bold;
	font-size: 12px;
}

div.image-desc {
	line-height: 3px;
	padding-top: 8px;
}

ul.thumbs {
clear: both;
padding: 0px;
height:262px;
width:170px;
}
ul.thumbs li {
display:block;
list-style:none;
float:left;
height:85px;
width:85px;
}
a.thumb {
height:80px;
width:80px;
	padding: 1px;
	display: block;
	
}
ul.thumbs li.selected a.thumb {
	background: #660000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}

div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin:-10px 0px 0px 0px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #ccc;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #660000;
	border-color: #000;
	color: #fff;
}

