div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 650px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}
div.slideshow{
	background:#333333;
	margin:0px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
ul.thumbs li.selected a.thumb {
	background: #1291BA
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
	width:600px;
	height:440px;
}
div.slideshow{
	float:left; 
	position:relative; 
	margin:0px; 
	padding:0px; 
	left:25px; 
	top:-10px;
}
div.slideshow img {
	border:none;
	margin:0px;
	padding:0px;
	position:absolute;
	z-index:1;
	float:left;
	top:0px;
	left:0px;
	width:600px;
	height:438px;
}
ul.thumbs {
	float:left;
	height:425px;
	width:190px;
	margin:0px;
	padding:0px;
	margin-left:50px;
	display:inline;
	overflow:hidden;
	margin-top:10px;
	position:static;
}
ul.thumbs li {
	margin:0px;
	padding:0px;
	list-style: none;
	float:left;
	margin-top:28px;
	position:static;
}
ul.thumbs li a{
	float:left;
	border:none;
	cursor:pointer;
}
ul.thumbs li img{
	float:left
	border: none;
	display: block;
	margin:0px;
	padding:0px;
	border:solid 1px transparent;
}
div.loader {
	background-image: url(loaderWhite.gif);
	width:640px;
	height:475px;
	position:static;
	float:left;
}
