/* @override 
	http://www.restorecc.org/css/slideshow.css
	http://restorecommunitychurch.cpmpreview.com/css/slideshow.css
*/

/* @group ROTATOR CONTROLS */
#controls						{ 
								  height:29px; background:url(/images/controls_container_bg.png) no-repeat left top; padding-left:2px; 
								  position:absolute; bottom:10px; right:50px; z-index:1000;
								}
#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:#912409; color:#fff; }
#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 */

#rotator						{ position:relative; height:278px; width:495px; overflow:hidden; margin-bottom: 6px;}
#rotator #slider				{ height:278px; position:absolute; left:0; top:0; }
#rotator p						{ float:left; background:#000; width:495px; height:278px; margin: 0;}
#rotator img					{ border:0; }
#rotator object					{ width:495px; height:278px; position: absolute; top:0px !important; left: 0px !important;}