/* Slideshow containing div */
#container
{	
	margin:0;
	width:525px;		
}	

#container img
{
    border:none;
}
		
#container ul li
{
	text-indent:0;
    list-style:none;
}				
		
/* Slideshow */
#slider li
{ 
	width:525px;
	height:205px;
	overflow:hidden; 
}	
		
/* Numeric controls */
ol#controls
{
    height:28px;
}
ol#controls li
{
	margin-right:5px;
	float:left;
	list-style:none;
}
ol#controls li a
{
	float:left;
	height:28px;
	width:28px;
	background:url(../images/slideshow/normal.png) no-repeat 0 0;
	color:#fff;
	text-decoration:none;
}
ol#controls li.current a
{
	background:url(../images/slideshow/hover.png) no-repeat 0 0;
	height:28px;
	width:28px;
}