/* bottom center */
.rotator .ws_bullets {
	bottom: -5px;/* adjust to move thumbs up or down, -5 to make bullets over top of img, -35 to make bullets under img */
	/*left:50%; - left:50% to center numbers */
	right:0%; /* to align numbers right*//*left:0%; to align numbers left*/
	
}
.rotator .ws_bullets div {
/*left:-50%; - add this left:-50% to center numbers, remove to align left or right*/
}
#Rotator {
	/*	overflow: hidden; */
	zoom: 1;
	position: relative;
	width:980px;
	height:285px;
	margin:0 auto;
	z-index:98;
	background-image: none;
}
#Rotator .ws_images {
	position: absolute;
	left:0px;
	top:0px;
	/*	actual size of images */
	width:980px;
	height:285px;
	overflow:hidden;
}
#Rotator .ws_images a {
	color:transparent;
}
#Rotator .ws_images img {
	top:0;
	left:0;
	border:none 0;
	max-width: none;
}
#Rotator a {
	text-decoration: none;
	outline: none;
	border: none;
}
#Rotator .ws_bullets {
	font-size: 0px;
	float: left;
	position: absolute;
	z-index: 70;
	top: 240px;
}
#Rotator .ws_bullets div {
	position:relative;
	float:left;
}
#Rotator .ws_bullets a {
	text-indent:-9999px;
	margin-right:4px;
	width:10px;
	height:10px;
	background-color:#666;
	border-bottom:solid 1px #000;
	border-right:solid 1px #000;
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	float: left;
	position:relative;
}
#Rotator .ws_bullets a.ws_selbull, #Rotator .ws_bullets a:hover {
	background-position: right top;
	color:#fff;
	background-color:#cc0000;
}
#Rotator a.ws_next, #Rotator a.ws_prev {
	position:absolute;
	display:none;
	top:50%;
	z-index:60;
	height: 99px;/*half of arrows.png height*/
	width: 52px;/*half of arrows.png width*/
	margin-top:-55px;/*half of heigth*/
	background-image: url(./arrows.png);
}
#Rotator a.ws_next {
	background-position: 100% 0;
	right:0px;
}
#Rotator a.ws_prev {
	left:0px;
	background-position: 0 0;
}
#Rotator a.ws_next:hover {
	background-position: 100% 100%;
}
#Rotator a.ws_prev:hover {
	background-position: 0 100%;
}
* html #Rotator a.ws_next, * html #Rotator a.ws_prev {
	display:block
}
#Rotator:hover a.ws_next, #Rotator:hover a.ws_prev {
	display:block
}
#Rotator .ws-title {
	position: absolute;
	bottom:20px;
	left: 0px;
	margin-right:5px;
	z-index: 50;
	opacity:0.7;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	padding:12px;
	color: #d4d4d4;
	text-transform:uppercase;
	background:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height:21px; /* need for fix eliminate shift in ie9 */
	-moz-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
}
#Rotator .ws-title div {
	padding-top:5px;
	font-size: 15px;
	font-weight:bold;
	text-transform:none;
}
#Rotator .ws_bullets a img {
	text-indent:0;
	display:block;
	bottom:25px;
	left:-154px; /*half of #Rotator .ws_bulframe div width*/
	visibility:hidden;
	position:absolute;
	-moz-box-shadow: 0 0 5px #999999;
	box-shadow: 0 0 5px #999999;
	border: 5px solid #0e0e0e;
}
#Rotator .ws_bullets a:hover img {
	visibility:visible;
}
#Rotator .ws_bulframe div div {
	height:90px;
	overflow:visible;
	position:relative;
}
#Rotator .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	/*set #Rotator .ws_bulframe span AND #Rotator .ws_bullets  a img TO HALF of #Rotator .ws_bulframe div width*/
	width:309px;/*  90h x(banner img width divided by banner img height) */
}
#Rotator .ws_bullets .ws_bulframe {
	display:none;
	bottom:25px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
	-moz-box-shadow: 0 0 5px #999999;
	box-shadow: 0 0 5px #999999;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border: 5px solid #0e0e0e;
}
#Rotator .ws_bulframe span {
	display:block;
	position:absolute;
	bottom:-11px;
	margin-left:-1px;
	left:154px; /*half of #Rotator .ws_bulframe div width*/
	background:url(./triangle.png);
	width:15px;
	height:6px;
}
