div.slideshow-container {
	position: relative;
	clear: both;
	height: 626px; /* This should be set to be at least the height of the largest image in the slideshow */
	background-color:#e5e5e5;
	width: 1000px;
	text-align:center;
}

div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: -1px;
	left: -4px;
}
div.slideshow a.advance-link {
	display: block;
	width:1005px;
	
	height: 540px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 540px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 1000px;
	height: 540px; /* This should be set to be at least the height of the largest image in the slideshow */
}



ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	margin-top:15px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	list-style: none;
	width:190px;
	height:126px;
	margin-bottom:12px;
}

.rig
{
	margin-right:12px;
}
	
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {

}
a.thumb:focus {

}
ul.thumbs img {
	border: none;
	display: block;
}


.h12
{
	height:12px;
}