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

#showcase {
	width: 95%;
	position:relative;
	overflow:auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
}
#showcase ul {
	display:block;
	width:400%;
	margin:0px;
	padding:0px;
}

#showcase ul li{
	float: left;
	width:25%;
}

#showcase ul li img{
	width: 100%;
	height:auto;
}

