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

#mainwrapper {
	height: 300px;
	width: 870px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	overflow: hidden;
	margin: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#mainwrapper ul {
	height: 300px;
	width: 870px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainwrapper li {
	float: left;
	height: 300px;
	width: 217px;
	display: block;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
