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;
	/*float: right;*/
	width: 775px;
	border: #AFAFAF 1px dotted;
	margin: 6px 0 0 0;
	padding: 10px 0 0 0;
	
}
div.content a, div.navigation a {
	color: #666;
}
div.content  a:focus, div.content  a:hover {
	text-decoration: underline;
}
div.controls {
	margin: 5px 0 10px 0;
	padding: 6px;
	height: 14px;
	background-color: #EEE;
	clear: both;
	}
div.controls a {
	
}
div.ss-controls {
	float: left;
	vertical-align: top;
}
div.nav-controls {
	float: right;
	vertical-align: middle;
}

div.loader {
	background-image: url('/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 40px;
	clear: both;
}

div.slideshow {
	clear: both;
	text-align: center;
}

div.slideshow span.image-wrapper {
	text-align: center;
}

div.slideshow a.advance-link {
	padding: 2px;
	display: block;	
}

div.slideshow img {
	border: none;
	display: block;
	margin: 0px auto;
}
div.download {
	float: right;
}
div.embox {
    margin: 10px 0 0 0;
	clear: both;
	/*border: #D7D7D7 1px solid;*/
	}
	
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	text-align: center;
}

ul.thumbs {
	clear: both;
	margin: 0 30px;
	padding: 0;
}
ul.thumbs li {
	/*float: left;*/
	display:-moz-inline-stack; display: inline-block; _overflow: hidden; *zoom:1; *display: inline; vertical-align: top; font-size: 12px; overflow: hidden; letter-spacing: 0px;
	padding: 0;
	margin: 7px 7px 7px 0;
	list-style: none;
}

a.thumb {
	padding: 4px;
	display: block;
	
}
ul.thumbs li.selected a.thumb {
	padding: 3px;
	display: block;
	border: 1px solid #740C18;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both; 
}
div.navigation div.top {
display: block;	
margin: -20px 0 10px 0;
	/*display: none;*/
}
div.navigation div.bottom {}

div.pagination a, div.pagination span.current {
	display: block;
	margin-right: 2px;
}

div.pagination a:hover {
	
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-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: #000;
	font-weight: bold;
}

/*.captions {width: 500px;}

.arrtop {height: 7px; overflow: hidden; margin: -7px auto 7px auto; background: url(images/ar2.gif) no-repeat top center;}
* html .arrtop {width: 13px; position: absolute; margin: -7px 0 0 0;}*/
