/* @override http://thevillagechurchofirvine.cpmpreview.com/css/rotator.css */

/* @group ROTATOR CONTROLS */

#controls {
	height: 29px;
	background: url(/images/controls_container_bg.png) no-repeat left top;
	padding-left: 2px;
	position: absolute;
	bottom: 25px;
	z-index: 2000;
}

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

#controls ul {
	margin: 0;
	padding: 3px 0;
	list-style: none;
	height: 23px;
	position: relative;
}

#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: #fff;
	color: #000;
}

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

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

#controls li#controls-next {
	position: absolute;
	right: -35px;
	top: 0;
}

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

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

/* @end */