*{
	margin:0 auto;
}
img{
	border:none;
}
.rotator {
    height: 420px;
    margin: 0 0 10px;
	position:relative;
	width:200px;
}
.rotator h2 {
	color: #000000;
    font-size: 18px;
    padding:10px 0 20px 0;
    text-align: center;
	font-weight: normal;
    margin: 0 0 0px;
}
.rotator img {
	
}
.rotator .scroll-pane {
	padding:10px 0 0 0;
	width:200px;
	height:380px;
	overflow: auto;
	float:left; 
}
.rotator .scroll-content-item{
	width: 200px; 
	height: 340px; 
	float: left;
	 margin:0; 
	 text-align: center; 
}
.rotator .adspodr {
	display: block;
    margin: 0 auto;
    padding:0;
}
.rotator .scroll-bar-wrap {
	width:130px !important;
	margin:0px auto 0px auto !important;
	position:relative; top:-4px;
}

.rotator .scroll-bar-wrap a.ui-slider-handle { 
	top:2px; 
	background-color: #ffffff !important;
	background-image:none !important;
	height: 7px;
	}
.rotator .scroll-bar-wrap { clear: left; padding: 0px; margin: 0 -1px -1px -1px; }	

.rotator .scroll-bar-wrap .ui-slider { background-color:#264c58;  border:0; height: 11px; margin: 0 auto;  }

.rotator .scroll-content-item { display: inline; } /* IE6 float double margin bug */

.rotator .scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }

.rotator .scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%;}

.rotator #left {
	background:url(images/left_nav.png) no-repeat;
	position:absolute;top:379px; left:5px; z-index:100;
}
.rotator #right {
	background:url(images/right_nav.png) no-repeat;
	position:absolute;top:379px;left:170px; z-index:100;
}
.rotator #left,#right {
	width:30px;
	height:30px;
	cursor:pointer;
}
