@charset "utf-8";
/* CSS Document */

body{
	margin: 0px auto;
	text-align: center;	
}


div.rotator {
	position:relative;
	height: 373px;
	width: 960px;
	margin: 0px auto;
}

div.rotator ul.slides li {
	float: left;
	position: absolute;
	list-style: none;
	top: 0px;
	left: 0px;
}
div.rotator ul.thumbs {
	position: relative;
	list-style: none;
	float: right;
	margin: 19px 10px 0px 0px;
	padding: 0px;
}
div.rotator ul.thumbs li{
	margin: 0px;
}
.hide{
	display: none;
}
div.rotator ul.thumbs li a{
	margin: 0px 0px 6px;
	padding: 0px;
	display: block;
	width: 96px;
	height: 80px;
}

div.rotator ul.thumbs li a img, div.rotator ul.slides li a img{
	border: none;
}
div.rotator ul.thumbs li a img.tnInactive{
	width: 93%;
	height: 93%;
	padding: 2px 0px 0px 0px;
}
div.rotator ul.slides li.show {
	z-index: 500;
}
div.rotator ul.thumbs{
	z-index: 1000;
}
