@charset "utf-8";

div#topBanners div.contentInner {
	text-align: center;
	padding-right: 25px;
}
div#topBanners ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
div#topBanners ul:after {
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
div#topBanners li {
	overflow: hidden;
	display: block;
	float: left;
	list-style: none;
	margin: 10px 0;
	padding: 0;
	background-position: center top;
	background-repeat: no-repeat;
}
div#topBanners li.last {
	float: right;
}
div#topBanners li a {
	display: block;
	width: 49%;
}
div#topBanners li img {
	vertical-align: top;
}


  
