/* @override http://www.harborcarmelvalley.org/css/slideshow.css */

*
{
	margin: 0;
	padding: 0;
}

#rotator
{
	overflow: hidden;
	margin: 0;
	position:relative;
	width: 494px;
	height: 301px;
}

#rotator img
{
	border: 0;
	width: 494px;
	height: 301px;
	display:none; 
	position:absolute;
	top:0;
	left:0;
}

#controls{
   position: absolute;
   z-index: 3;
   bottom: 16px;
   right: 16px;
   list-style: none;
}

ul#controls{
   height: 40px;
   margin: 0;
   padding: 0 8px;
   background: url(/images/bg_controls_li.png);
}

#controls li{
   float: left;
   height: 40px;
   font-size: 1em;
}

#controls li.first,
#controls li.last{
   background: none;
}

#controls li a{
   font-size: 1.3em;
   color: #fff;
   text-decoration: none;
   padding-top: 8px;
   display: block;
   font-weight: bold;
   height: 28px;
   padding: 10px 8px 0 7px;
   text-align: center;
}

#controls li a#controls-prev{
   width: 29px;
   height: 40px;
   padding: 0;
   text-indent: -9999px;
   background: url(/images/bg_controls_prev.png) no-repeat;
}

#controls li a#controls-nxt{
   width: 29px;
   height: 40px;
   padding: 0;
   text-indent: -9999px;
   background: url(/images/bg_controls_next.png) no-repeat;
}

#controls li a.current{
   background: url(/images/bg_controls_current.gif) no-repeat 0 8px;
}
