#slideshow {
	border: 1px solid #000;
	overflow: hidden;
	margin: 5px auto 1px;
	position: relative;
	width: 139px;
	height: 139px;
	text-align:center
}

#slideshow img {
	width: 139px;
	height: 139px;
	text-align:center
	
}

#slideshow_foot {
	/*border: 0px solid #000;*/
	overflow: hidden;
	/*margin: 1px auto 1px;*/
	position: relative;
	width: 433px;
	height: 179px;
	text-align:center
}

#slideshow_foot img {
	width: 430px;
	height: 179px;
	text-align:center
	
}

