#slideshowContainer {
	float:left; 
	height:351px; 
	background:transparent; 
	clear:both; 
	margin-top:0px;
	font-family: arial, helvetica;
}

div.content a#font-family, div.navigation a {
	text-decoration: none;
	color: #e0d9a0;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.slideshow-container {
	height: 351px;
}
div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width:940px;
	height: 286px; 
	margin-top:-286px;
	
	position:relative;
	*position:inherit;
	
	z-index:1;
	
	*display:none;
	


	
	
}
div.slideshow { 
	width:940px;
	height: 351px; 
	*286;
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}

div.slideshow a { 
color:transparent; 
}

div.slideshow img {
	position:relative;
	*position:inherit;
	
	z-index:2;

	margin-top:-19px;
	border:none; 
}




ul.thumbs { 

	width: 910px;
	height: 351px; 
	
	margin:0; 
	margin-top:-310px;
	
	
	padding:0; 
	/*padding-left:675px;*/
	padding-left:30px;
	
	position:relative;
	*position:inherit;
	z-index:4; 
}

ul.thumbs li {
	float: left; 
	width:20px; 
	height:20px;
	padding: 0;
	margin: 0; 
	margin-right:2px; 
	margin-top:260px;
	list-style: none; 
	border:solid 1px #000; 
	text-align:center; 
	line-height:20px; 
	background:#000;
	font-size:10px;
}
a.thumb {
	padding: 0;
	display: inline;
	border: none;
}

ul.thumbs li a{color: #e0d9a0;}

ul.thumbs li.selected { background:#e0d9a0;}
ul.thumbs li.selected a.thumb {
	color: #000;
	font-weight: bold;
	
}

ul.thumbs img {
	border: none;
}

#controls { 
	float:left;

	
	border:1px solid #000; 
	font-size:10px; 
	line-height:20px;
	text-align:center;  
	margin:260px 2px 0 0; 
	
	padding:0; 
	
	width:20px;
	height:20px; 


	*clear:both; 
	*margin:0; 
	*top:0; 
	*left:0; 
	
	*margin-top:-22px; 
	*margin-left:22px;


}

.ss-controls { 
background:#000;
	width:20px;
	height:20px; 
}
.ss-controls a.pause, .ss-controls#font-family a.play {color: #e0d9a0;}