#box{
	position:absolute;
}
#box .next{
	float:right;
}
#rotator .handles
{
	text-align:center;
	color:#00B3A0;
	height:30px;
	/*background:url(/images/slideshow-handles-bg.png) left top no-repeat;*/
	_background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slideshow-handles-bg.png',sizingMethod='crop');
}
#rotator .handles span
{
	display:inline-block;
	width:9px;
	height:9px;
	cursor:pointer;
	background:url(/images/handle.gif) left top no-repeat;
	margin:10px 1px;
}
.active
{
	background:url(/images/handle-active.gif) left top no-repeat !important;
}
.mask1{
	position:relative;
	width:960px;
	height:360px;
	overflow:hidden;
}
#handles_buttons
{
	height:30px;
	position:relative;
	display:block;
	clear:both;
}

.rotator-item
{
	width:960px;
	height:360px;
	float:left;
	display:inline;
}