@charset "UTF-8";
/* CSS Document */

.slideshow {
	height: 150px;
	width: 230px;
	margin: 0 0 75px 25px;
	display:block;
	float:left;
	background-color:#FFFFFF;
	clear:none;
	overflow:hidden;
}
.slideshow img {
	padding:2px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
