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:block;
	width:410px; 
	text-align:center;
	margin-top:10px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
		height: 23px;
}
div.controls a {
	padding: 5px;
	font-size:12px;
	color:#006699;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
	width:300;
}

div.loader {
	background-image: url('../img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	
}
div.slideshow {
display:block;
text-align:center;

	}
	
	
div.slideshow span.image-wrapper {
text-align:center;
background-color:#ffffff;
}

div.slideshow a.advance-link {
	padding: 2px;
		
}
div.slideshow img {
	border: none;
border: 1px solid #ccc;

}
div.download {
	float: right;
	font-size:11px;
	color:#ff3366;
	text-decoration:underline;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	
	padding: 12px;
	
}
div.image-title {
	font-weight: bold;
	font-size: 11px;
	text-align:left;
	color:#ff0099;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
	font-size:11px;
	text-align:justify;
}
div.navigation {
	margin-bottom: 20px;
	padding-bottom:20px;
	margin-left:10px;
	
		
	}
ul.thumbs {
	clear:both;
	margin: 0px;
	padding: 0px;
	
	
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 5px 5px 5px;;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	margin:0px;
	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.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	background-color: #eee;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color:#99cc00;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #ff6633;
	border-color: #000;
	color: #fff;
}


