div.navigation 
{
	vertical-align: top;
	width: 640px;
}

div.navigation A 
{
	color: black; 
    text-decoration: none;   
}

div.content 
{
	width: 610px;
	display: block;	
/*	border: 1px #CC0000 solid;*/
}

div.content a 
{
	color: #008733; 
    text-decoration: none;   
}

div.content a:hover
{
    text-decoration: none;   
	color: #CC0000;	
}

div.controls 
{
	margin-top: 5px; 
	height: 23px;
}

div.controls a 
{
	padding: 5px;
}

div.ss-controls 
{
	float: left;
}

div.nav-controls 
{
	float: right;
}

div.loader 
{
	width: 600px; 
	height: 450px;
	background: url(loading.gif) center 50% no-repeat;
}

div.slideshow 
{
	clear: both;
	width: 600px; 
	height: 450px; 
	text-align: center;
/*	border: 1px black solid;*/
}

div.slideshow span.image-wrapper 
{
	float: left; 
	padding-bottom: 12px;
}

div.slideshow a.advance-link 
{
/*	border: #ccc 1px solid; */
	padding: 2px; 
	display: block; 
}

div.slideshow img 
{
	border: medium none; 
	display: block; 
}

div.embox 
{
	clear: both; 
	border: #ccc 1px solid; 
	padding: 12px;
	background: #eee;
}

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 
{
	clear: both; 
	padding: 0px; 
	margin: 0px; 
}

UL.thumbs LI 
{
	padding: 0px; 
	float: left; 
	margin: 5px 10px 5px 0px; 
	list-style-type: none;
}

A.thumb 
{
	border: #ccc 1px solid; 
	padding: 2px; 
	display: block; 
}

UL.thumbs LI.selected A.thumb 
{
	background: #2A9F00;
}

A.thumb:focus 
{
	outline: none;
}

UL.thumbs IMG 
{
	border: medium none; 
	display: block; 
}

div.pagination 
{
	clear: both;
}

div.navigation div.top 
{
	margin-bottom: 12px; 
	height: 11px;
}

div.navigation div.bottom 
{
	margin-top: 12px;
}

div.pagination A, div.pagination SPAN.current  
{
	border: #ccc 1px solid; 
	display: block; 
	float: left; 
	margin-right: 2px; 
	padding: 4px 7px 2px 7px; 
}

div.pagination A:hover 
{
	background: #CC0000;
	text-decoration: none;
}

div.pagination SPAN.current 
{
	font-weight: bold; 
	color: #fff; 
	background: #008733;
}

