
#slideshow	{
	height:290px; 
	width:735px; 
	float:left;
	
}
#slides{
	height:280px; 
	position:relative;
	         border: 2px, solide, #A6B31D;
	
}
.slide{
	height:275px; 
	width:735px; 
	overflow:hidden; 
	position:absolute;
	
	
	}
#slides-controls{
	width:60px; 
	background-color:blue; 
	height:20px; 
	margin-left:auto; 
	margin-right:0px; 
	margin-top:-12px;
	padding:5px}
#slides-controls a{
	margin:5px; 
	width:8px; 
	height:8px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	-o-border-radius:4px; 
	background:#F60; 
	border:1px solid #fff; 
	text-indent:-9000px; 
	display:block; 
	overflow:hidden; 
	float:left
}
#slides-controls a:hover{
	background:#F30
}
#slides-controls a.highlight{
	background:#fff; 
	border:1px solid #F30
}



