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:500px;
	margin:0 15px;
}
#imageInfo {
	float:left;
	width:220px;
	margin-left:20px;
}
#imageInfo ul {
	padding:10px 20px;
	background-color:#000;
	color:#fff;
	opacity:0.35;filter:alpha(opacity=35);
}
h3 {
	background-color:#000;
	color:#fff;
	opacity:0.35;
	filter:alpha(opacity=35);
	padding:5px 20px;
	margin:3px 0;
}

div.content a, div.navigation a {
	text-decoration: none;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	height: 23px;
	margin:5px auto;
	text-align:center;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	/*float: left;*/
	display:inline;
}
div.nav-controls {
	/*float: left;*/
	/*margin-left:30px;*/
	display:inline;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	/*width: 550px;
	height: 350px*/
}
div.slideshow {
	/*float:left;*/
	/*width:680px;
	margin:0;
	text-align:center*/
	/*clear: both;*/
}
div.slideshow span.image-wrapper {
	/*float: left;*/
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
}
div.slideshow img {
	border: none;
	height:auto;
	width:auto;
	max-height:420px;
	max-width:770px;
	display:block;
	margin: 0 auto 10px;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.2em;
	text-align:center;
	background-color:#fff;
	color:#000;
	opacity:0.35;
	filter:alpha(opacity=35);
	padding:.2em;
	letter-spacing:2px;
	margin:0 80px;
}

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. */
}
ul.thumbs {
	float:left;
	/*clear: both;*/
	margin: 0;
	padding: 0;
	margin-bottom:10px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px 2px 0 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width:64px;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	display:none;
}
div.navigation div.bottom {
	/*margin-top: 12px;*/
	/*float:left;*/
	margin-top:5px;
	height: 33px;
	text-align:center;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	opacity:0.55;filter:alpha(opacity=55);
	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;
}



/* THE BELOW IS FOR HOVER DESCRIPTION */
/*#EXIF {
	position:absolute;
	z-index:10;
	top:40px;
	left:40px;
	text-align:left;
	color:#111;
	display:none;
	font-size:85%;
	border: 1px solid #ccc;
	}*/
/*#EXIF .title {
	/*background-color:#ccc;*/
	/*color:#ccc;
	margin:0;
	padding:4px 10px;
	border-bottom: 1px solid #ccc;
	}*/
/*#EXIF .content {
	padding:6px 10px;
	line-height:160%;
	background-color:#ccc;
	}
#EXIF .title .links {
	float:right;
	}
#EXIF .title .links a:link, #EXIF .title .links a:visited {
	color:#333;
	background:none;
	font-weight:bold;
	}
#EXIF .title .links a:hover {
	color:#000;
	background:none;
	}
*/
