/*Slider structure*/
#slider, #no-slider {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	width: 620px;	/* Width minus the buttons */
	height: 310px;
	margin-left: auto; margin-right: auto;
	overflow: hidden;
}		
#no-slider ul, #no-slider li,
#slider ul, #slider li
{
	margin:0;
	padding:0;
	list-style:none;
	background: none;
}
#no-slider li, #slider li{ 
	width: 620px;	/* Width of the slideshow */
	height: 310px
	overflow: hidden; 
	padding: 0px;
}		
/*Controls*/
#controls-container {
	/*width: 620px;
	height: 11px;
	position: relative;
	margin-bottom: 20px;*/
	float: right;
	background: url(../images/s_footer_images.gif);
	padding: 0 20px 0 20px;
	width: 148px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
#prevBtn, #nextBtn{ 
	display:block;
	width: 10px;
	height: 14px;
	position:absolute;
	top: 12px; /*From top of #controls-container*/
	left: 30px;
	text-indent:-8000px;overflow:hidden;
}
#nextBtn{ 
	left: 145px; /*controls-container minus the width of the button and margin*/
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width: 10px;
	height: 14px;
	background:url(../images/prev_arrow.gif) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(../images/next_arrow.gif) no-repeat 0px 0px;
}
/* numeric controls */	
ol#controls{
	line-height: 8px; height: 8px;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	text-align:center;
}
ol#controls li{
	display: inline;
	padding: 0px;
	margin: 0 8px 0 0;
}
ol#controls li a{
	background: url(../images/icon_slider_indicator.gif) top center no-repeat;
	display: inline-block;
	width: 8px; height: 8px;
	text-decoration: none;
}
ol#controls li.current a, ol#controls li a:hover, ol#controls li.current a:hover{
	background-position: 0 -8px;
}	
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}	