#news-rotator{position:relative;z-index:1;height:auto;overflow:hidden; }
#news-rotator .image{float:left;position:relative;z-index:10;overflow:hidden;margin-top: 4px;}
#news-rotator .image div{position:absolute;overflow:hidden;left:0;height:11px;width:11px;}
#news-rotator .i1,
#news-rotator .i2,
#news-rotator .c1,
#news-rotator .c2,
#news-rotator .c3,
#news-rotator .c4{background-image:url(../images/news-scroller-images.png);}
#news-rotator .i1{top:0;background-position:0 0;}
#news-rotator .i2{bottom:0;background-position:0 -11px;}
#news-rotator .story{
	position:relative;
	z-index:2;
	height:150px;/* image width + 12px */
	margin-left: 170px;
	color: #6F9548;
	font-size: 11px;
}
#news-rotator .story .padding{padding:0 10px;}
#news-rotator .corner{overflow:hidden;position:absolute;width:11px;height:11px;}
#news-rotator .c1{top:0;right:0;background-position:0 -44px;}
#news-rotator .c2{bottom:0;right:0;background-position:0 -55px;}
#news-rotator .c3{margin-left:-11px;top:0;left:0;background-position:0 -22px;}
#news-rotator .c4{margin-left:-11px;bottom:0;left:0;background-position:0 -33px;}
#news-rotator .controls{position:absolute;bottom:7px;left:43px;z-index:5;}
#news-rotator .controls img{cursor:pointer;margin-right:3px; border: none;}
#news-rotator .control-prev{height: 32px;
	width: 35px;
	background: url(../images/slider_prev.gif) no-repeat;
	margin-right: 2px!important;}	
#news-rotator .control-next{height: 32px;
	margin-left: 2px!important;
	width: 35px;
	background: url(../images/slider_next.gif) no-repeat;}
#news-rotator .control-stop{background-position:0 -34px; display: none;}
#news-rotator .control-play{background-position:0 -51px; display: none;}

#news-rotator img { border: none; padding: 0; }
#news-rotator p { margin: 0; }
