/* @override 
	http://mon.asdev.net/css/gallery.css
	http://beta.montereyboats.com/css/gallery.css
*/

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	
}
div.content a, div.navigation a {
	
}
div.content a:focus, div.content a:hover, div.content a:active {
	
}


div.slideshow-container {

}
div.slideshow {
margin-top:-18px;
width:  636px;
height: 430px;
overflow: hidden;
}
div.slideshow span.image-wrapper {

	
}
div.slideshow a.advance-link {

}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	
}
div.slideshow img {
	
}


div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#thumbs.navigation {
	
}
ul.thumbs {
	clear: both;
	line-height:24px;
	background:#000;  margin:0 0 0 0px;
	
}
ul.thumbs li {
	float: none;
	padding:0 4px 0 0;
	margin: 0;
	list-style: none;
	display:inline;
	
}
a.thumb {
	border: none;
	padding:3px 6px;
	background:#000;
	color: #fff !important;
}
ul.thumbs li.selected a.thumb {
	color: #fff;
	background:#666;
padding:3px 6px;	
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
#slideshow_loading {
	height: 447px;
}
#slideshow_loading img {
	padding:  30px;
}


