/* @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: 20000;	
}

#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;
}

#slider {
	position: relative; z-index: ;
}

#rotator {
	width: 900px;
	height: 480px;
	overflow: hidden;
	position:relative; 
	z-index: 10;
}

#rotator img{
   width: 900px;
   position:absolute; top:0; left:0;
   z-index: 997;
   display: none;
}

#rotator p a{
  z-index: 999;
  position: absolute;
  width: 900px;
  height: 480px;
  display: none;
  background: url(/images/overlay_strip_bg.png) no-repeat;
}

/*
#rotator div.item{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 10;
}
*/
/* @end */
