#slideshow {  
	position:relative;
    margin:  0;  
    padding: 0;  
    width:  257px; 
    height: 172px; 
} 
 
#slideshow #pics .imgHolder {
	text-align:center;
    width:  257px; 
    height: 172px; 
    top:  0; 
    left: 0;
	overflow:hidden;
}
 
#slideshow #pics .imgHolder img {  
	margin:0;
	padding:0;
	max-width:257px;
	max-height:172px;
	border:0;
}

#controls {
	position:absolute;
	margin:0;
	padding:6px;
	bottom:0;
	left:0;
	background: #ccc url(ui/images/cccccc_1x100_textures_03_highlight_soft_75.png) repeat-x scroll 50% 50%;
	display:none;
	width:245px;
	z-index:1000;
}

#controls span {
	margin:0 5px;
}

#controls span a {
	text-decoration:none;
	color:#333;
}
