
#right_content ul{ padding-left:0px;}

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; 
	background-color:#F2F2F2;
    padding:5px 5px 5px 5px;	
    margin-right:20px;
}

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 {
	margin-top: 5px;
	height: 20px;
}


div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left; font-size:12px; color:#725900;
}

div.ss-controls a {
 text-decoration:none;
	color:#725900;
}

div.ss-controls a:hover {
	 text-decoration:none;
	color:#5F2800;
}

div.nav-controls {
	float: right;
	font-size:12px;
	color:#577B00;
}
div.nav-controls a{
 text-decoration:none;
	color:#577B00;
}
div.nav-controls a:hover{
 text-decoration:none;
	color:#7A6700;
}


div.jump {
float:left;
padding: 0px 10px 5px 0px; margin-bottom:5px;
clear:both;
}

div.loader {
	background-image: url('../../images/loadingAnimation.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 350px
}
div.slideshow {
	clear: both;
    text-align:center;
	padding: 0px 0px 10px 0px;
}

div.slideshow a.advance-link {
	display: block;

}

div.slideshow img {
	border: none;
	display: block;
        max-width: 490px; 
        width:expression(this.width>480 ? 480:true);
        height: auto;
        border: solid 5px #DFD6AC;
}
div.download {
	float: right;
	color:#D37700;
}
div.download a{
	color:#D37700;
	text-decoration:none;
}

div.download a:hover{
	color:#AB3000;
	text-decoration:none;
}


div.embox {
	clear: both;
	border: 1px solid #E6E0C6;
	background-color: #FFFFFF;
	padding:5px 5px 5px 5px;

}
div.image-title {
	font-weight: bold;
	color:#9C4200;
	font-size:15px;	
}

.date{
 color:#CE7900;
 font-size:11px;
}

div.image-desc {
	line-height: 18px;
	padding-top: 5px;
	color:#676352;
	}
	
/*  */	
div.navigation {
float:left; 
padding:5px 5px 5px 5px;
margin-left:20px;
	/* 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;
	margin: 0;
	padding: 0;

}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 3px 6px 3px 0px;
	list-style: none;


}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
	width:60px;
	height:60px;
}
div.pagination {
	clear: both;
	
}
div.navigation div.top {
	margin-bottom: 0px;
	height: 0px;
	overflow:hidden;
}
div.navigation div.bottom {
	margin-top: 12px;
	text-align:center
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	border: 1px solid #ccc;
	height:expression(this.width>20 ? 20:true);
    width: auto;
	padding: 5px 5px 2px 5px;
	background-color: #ffffff;
	color: #5E5E5E;
	font-size:12px;
	vertical-align:middle;

	width:20px;
	height:20px;

}

div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	font-size:12px;
	width:20px;
	height:20px;
	background-color: #6F9E00;
	color: #ffffff;
}


