#slideshow {
	overflow:hidden;
	clip:rect(); 
	height: 493px; 
	width: 670px;
}

#slideshow img {
	width:670px;
	height:493px; 
	clip:rect(); 
	cursor:hand;
}
