#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:672px;
	height:319px;
	overflow:hidden; 
}	

#slider li img{ max-width:672px;}
	

ol#controls{
	margin:6px auto 20px auto;
	padding:0;
	width:100px;
	}
ol#controls li{
	margin:0 8px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	}
ol#controls li a{
	float:left;
	width:9px;
	height:9px;
	background:url(../interface/nor_bullet.png) no-repeat left top;
	text-decoration:none;
	text-indent:-9999px;
	}
ol#controls li.current a{
	width:9px;
	height:9px;
	background:url(../interface/act_bullet.png) no-repeat left top;
	text-decoration:none;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
