div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width:370px;
	height:200px;
	padding:0px;
	margin:0px auto!important;
	text-align:center!important;
}
div.content a, div.navigation a {
	text-decoration: none;
	color:  #000000;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
/*div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
	padding-left:5px;
}
div.nav-controls {
	float: right;
}
*/
div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 200px
}
div.slideshow {
padding-left:0px;
margin:0 auto;
}
 span.image-wrapper {
	float:none;
}
div.slideshow a.advance-link {
	display: block;
	padding:0px;
	margin:0px;
}
div.slideshow img {
	border:none;
	display: block;
	margin:0 auto;
	float:none!important;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
/*	border: 1px solid #ccc;*/
	background-color: #000000;
	color:#FFFFFF;
}
div.image-title {
	font-weight: bold;
	font-size: 1.0em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
	   width:370px;
	   margin:0 auto;
}
ul.thumbs {
	clear: both;
	margin:0px 4px 0px 0px;
	padding: 0;
}
ul.thumbs li {
	float: right;
	padding: 0px;
	margin: 4px 4px 4px 0px;
	list-style: none;
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	display: block;
	width:40px;
	height:none;
	border:none;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
}
div.navigation div.bottom {
padding-top:0px;
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	
	padding: 4px 0px 2px 0px;
}
div.pagination a:hover {
	background-color: #666666;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	color: #fff;
}

/* 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:  #FFFFFF;
	font-weight: bold;
}