@charset "utf-8";


/* CSS Document */

#slider {
	display: none;
	margin: 0 0 15px 0;
	width:950px;
	height:256px;
	overflow:hidden;
}
#slider img{
    border:none;
}
#slider ul, #slider li{
    margin:0;
    padding:0;
    list-style:none;
}
#slider li { 
    width:950px;
    overflow:hidden; 
}

#controls {
	display:block;
	width:950px;
	height: 25px;
	position: relative;
}
#controls ol {
	margin: 0;
	padding: 0;
    position:absolute;  
    left: 0px;  
    top: 0px;  
}
#controls ol li {
	display:block;
	width:30px;
	height:5px;
	float:left;
	margin-right:3px;
}
#controls ol li a {
	display:block;
	width:30px;
	height:5px;
	text-indent:-9999px;
	border:0;
	background-color: #9CF;
    overflow:hidden; 
}
#controls ol li.current a {
	background-color: #03F;
}

