/*
	File: slider.css
	Media: skyfiber™
	Author: Steve LaSalle
*/

 #slider ul, #slider li, #slider2 ul, #slider2 li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider2 {
	margin-top: 1em;
}
	
#slider li, #slider2 li { 
	width: 1104px;
	height: 328px;
	overflow: hidden; 
}

/* Numeric controls */	
ol#controls{
	margin: 1em 0px;
	padding: 0px;
	height: 28px;
}

ol#controls li{
	margin: 0 10px 0 0; 
	padding: 0;
	float: left;
	list-style: none;
	height: 28px;
	line-height: 28px;
}

ol#controls li a{
	float: left;
	height: 28px;
	line-height: 28px;
	background: #000000;
	color: #ffffff;
	border-color: #d2d3d5; 
	border-style: solid; 
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px 10px;
	text-decoration: none;
}
	
ol#controls li.current a{
	background: #ffffff;
	color: #000000 ;
	border-color: #d2d3d5; 
	border-style: solid; 
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px 10px;
	text-decoration: none;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline: none;
}
