
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.download {
	float: right;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
ul.thumbs {
	margin: 0 ;
	padding: 0;
display:block; width:50px;
}
ul.thumbs li {
	list-style: none;display:block;
}
a.thumb {
	display: block; margin: 5px auto;
	border: 1px solid #ccc;
	width:40px; height:40px;
	overflow:hidden;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
width:100%;
}


/* BOF THUMBS */
#thumbs{float:left; width:50px; margin:10px;}

div.pagination {text-align:center;}
div.pagination a{
padding:0 5px;
margin: 1px;
border:1px solid #A6373E;
font-size:14px;
line-height:18px;
}
div.pagination a:hover {background-color: #eee;	text-decoration: none;}
/* EOF THUMBS */

/* BOF GALLERY */
#gallery{float:right; width:560px; margin:10px 10px 10px 0; overflow:hidden;}
/* EOF GALLERY */

/* BOF SLIDESHOW */
#slideshow{background:#F1F1C9; padding:3px; border:1px solid #A6373E; overflow:hidden; max-height:450px; }
#slideshow IMG{width:100%;}
/* EOF SLIDESHOW */

/* BOF CONTROLS */
#controls{margin:5px 0; width:560px; height:14px;}
/* EOF CONTROLS */

/* BOF CAPTION */
#caption {
	border: 1px solid #A6373E;
	background-color: #eee;
	padding: 8px;
}
/* EOF CAPTION */


/* 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;
}
