/* `Rotator >> `Wrapper
----------------------------------------------------------------------------------------------------*/
#rotator_wrapper {
	overflow: hidden;
	position: relative;
	width: 772px;
	height: 350px;
	margin-top: -5px;
	margin-bottom: 15px;
	float: left;
	!margin-top: 10px; 
	_margin-top: 10px;  
}

#rotator_wrapper li {
	list-style: none;
}

#rotator2_wrapper {
	overflow: hidden;
	position: relative;
	width: 450px;
	height: 350px;
	margin-top: -5px;
	margin-bottom: 15px;
	float: left;
	!margin-top: 10px; 
	_margin-top: 10px;
	border:  1px solid #333333;
}

#rotator2_wrapper li {
	list-style: none;
}

/* Rotator
----------------------------------------------------------------------------------------------------*/

#rotator,
#rotator li,
#rotator img {
	width: 772px;
	height: 357px;
}

#rotator {
	background: #fff;
	position: relative;
	!margin-left: 0px;
	_margin-left: 0px;
}

#rotator li {
	position: absolute;
	top: 0;
	left: 0;
}
#rotator2,
#rotator2 li,
#rotator2 img {
	width: 450px;
	height: 350px;
	padding: 0;
	margin:0;
}

#rotator2 {
	background: #fff;
	position: relative;
	!margin-left: 0px;
	_margin-left: 0px;
}

#rotator2 li {
	position: absolute;
	top: 0;
	left: 0;
}

/* `Rotator >> `Controls
----------------------------------------------------------------------------------------------------*/
#rotator_controls_wrap {
	background-color: #333;
	width: 452px;
	height: 30px;
	position: absolute;
	top: 325px;
	left: -1px;
	overflow: hidden;
}
	
#rotator_controls {
	overflow: hidden;
	margin: 0 0 0 -30px;	
	#margin: 0 0 0 10px;	
}

#rotator_controls li {
	display: inline;
	float: left;
	margin: 0;
	/*width: 30px;*/
}

#rotator_play_pause,
#rotator_controls a {
	color: #666;
	display: block;
	font: bold 11px Verdana, sans-serif;
	padding: 5px 3px;
	text-align: center;
	text-decoration: none;
}

#rotator_controls a.current {
	color: #fff;
	text-decoration: underline;
}

#rotator_play_pause:hover,
#rotator_controls a:hover {
	color: #ccc;
}

#rotator_play_pause {
	position: absolute;
	top: 325px;
	right: 10px;
}

 /*For IE6.*/ 
* html #rotator_play_pause,
* html #rotator_controls a {
	height: 1%;
}