#slideshow {
	position: relative;
	height:135px;	
	width:180px;
	margin: auto;
	left:0px;
	overflow:hidden;
	text-align:center;

}
#slideshow img {  margin: auto; display: block; }
