@charset "UTF-8";
/* CSS Document */

div#gallery-adv{
	float:right;
	margin:0;
	width:400px;
}

div#thumbs-adv{

}

ul.thumbs {
	margin: 0;
	padding: 0;
	width:235px;
	float:left;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}

a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}

ul.thumbs li.selected a.thumb {
	background: #000;
}


a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}

div.controls a {
	padding: 5px;
	color: #fff;
}


div.nav-controls {
	float: right;
}

div.ss-controls {
	float: left;
}

div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
	width:425px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.gallery-navigation{
	width:300px;
	float: left;
}

div.gallery-content{
	display:block;
}


div.pagination {
	clear:left;
	float:left;
	display:block;
}

div.gallery-navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}

div.gallery-navigation div.bottom {
	margin-top: 12px;
}

div.pagination a, div.pagination span.current {
	color: #fff;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}

div.pagination a:hover {
	background-color: #e5ce44;
	text-decoration: none;
}

div.pagination span.current {
	font-weight: bold;
	background-color: #e5ce44;
	border-color:#e5ce44;
	color: #000;
}