/*Slider structure*/
#slider_main_bg {
	width: 942px;
	height: 320px;
	background: #005f89;
	padding: 10px 0px 0px 0px;
	margin-bottom: 20px;
}
#no-slider, #slider {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	width: 824px;	/* Width minus the buttons */
	height: 280px;
	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: 824px;	/* Width of the slideshow */
	height: 280px;
	overflow: hidden; 
	padding: 0px;
}	
#prevBtn, #nextBtn{ 
	display:block;
	width: 24px;
	height: 36px;
	position:absolute;
	left: 8px;
	top: 170px; /*From top of #content-container*/
	text-indent:-8000px;overflow:hidden;
}	
#nextBtn{ 
	left: 910px; /* The containing outter width subtracted by the width of the button */
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width: 24px;
	height: 36px;
	background:url(../images/icon_slider_prev_navy.gif) no-repeat 0 0;	
}
#prevBtn a:hover {
	background:url(../images/icon_slider_prev_navy_hover.gif) no-repeat 0px 0px;
}
#nextBtn a{ 
	background:url(../images/icon_slider_next_navy.gif) no-repeat 0px 0px;
}
#nextBtn a:hover{ 
	background:url(../images/icon_slider_next_navy_hover.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_navy.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;}	

/*Slide content. Do NOT use realtive in DIVs, overflow breaks on IE6 */
/*Need to marginalise the sides so when sliding there is spacing between slides */
#slider li div.left {
	float: left;
	width: 362px; height: 280px;
	margin: 0px 20px 0px 10px;
	font-size: 13px;
}
#slider li div.right {
	float: right;
	width: 362px; height: 280px;
	margin: 0px 10px 0px 0px;
	padding-top: 20px;
	font-size: 13px;
}

/*Reset styles for nested lists*/
#slider li ul, #slider li li
#slider li div.left ul, #slider li div.left li,
#slider li div.right ul, #slider li div.right li {  
 	margin: 0px !important; padding: 0px !important;
	list-style: none !important;
	width: auto !important; height: auto !important;
	
	width: 342px; 
	background: url(../images/icon_bullet_navy.gif) 0px 6px no-repeat !important;
	text-indent: 15px;
	clear: left !important;
}

#slider li h1, 
#slider li h2, 
#slider li h3, 
#slider li h4, 
#slider li h5 {
	color: #ffffff;
	font-weight: normal;
	margin-top: 0px;
	font-size: 26px;
}
#slider li {
	color: #93c3e9;
}
#slider li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

