#slider{
width:605px;
	height:227px;
	
}	
#slider img{
border:none;
}	

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:605px;
	height:227px;
	overflow:hidden;
	border:1px solid #003399; 
	}
#navegas{
display:block;
width:605px;
}	
#navegas span{
float:right;
}
#prevBtn{ 
	display:block;
	width:82px;
	height:34px;
	background: url(../default/images/btn_bgs.jpg)  no-repeat 0 0;
	padding-top:8px;
	}	
#nextBtn{ 
	display:block;
	width:82px;
	height:34px;
	background:url(../default/images/btn_bgs.jpg) no-repeat 0 0;
	padding-top:8px;
	}	
#prevBtn a, #nextBtn a{
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-align:center;
	display:block;
	width:82px;
	height:34px;
	text-decoration:none;
	}