/* @override 
	http://www.logosdei.com/css/rotator.css
*/

/* @group ROTATOR CONTROLS */

#controls {
	background: url(/images/bg_controls.png);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 482px;
    height: 66px;
	z-index: 1000;
}

#controller {
	background: url(/images/controls_bg.png) no-repeat right top;
	padding-right: 3px;
}

#controls ul {
	margin: 0;
	width: 54px;
	height: 14px;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 14px;
	bottom: 12px;
}

#controls li {
	display: inline;
}

#controls li a {
	float: left;
	display: block;
	line-height: 23px;
	font-size: 11px;
	color: #bbb7b1;
	text-decoration: none;
	padding: 0 9px;
}

#controls li a.current {
	background: #632314;
	color: #fff;
}

#controls li#controls-previous {
	position: absolute;
	left: 0;
	top: 1px;
}

#controls li#controls-previous a {
	display: block;
	width: 14px;
	height: 13px;
	background: url(/images/controls_prev_btn.png) no-repeat;
	text-indent: -999em;
	padding: 0;
}

#controls li#controls-pause{
   position: absolute;
   left: 22px;
   top: 0;
}

#controls li#controls-pause a{
   display: block;
   width: 10px;
   height: 14px;
   background: url(/images/controls_pause_btn.png);
   padding: 0;
   text-indent: -9999px;
}

#controls li#controls-pause a.paused{
   background-position: 0 -14px;
}

#controls li#controls-next {
	position: absolute;
	right: 0px;
	top: 1px;
	background: url(/images/controls_next_btn.png) no-repeat;
}

#controls li#controls-next a {
	display: block;
	width: 14px;
	height: 13px;
	background: url(/images/controls_next_btn.png) no-repeat;
	text-indent: -999em;
	padding: 0;
}

#controls li a:focus {
	outline: none;
}

/* @end */

#rotator {
	position: relative;
	width: 482px;
	height: 329px;
	overflow: hidden;
	z-index: 19;
}

#rotator #slider {
	height: 329px;
	position: absolute;
	left: 0;
	top: 0;
}

#rotator .item {
	float: left;
	background: #000;
	width: 482px;
	position: relative;
}

#rotator img {
	border: 0;
}