@charset "utf-8";
.hotTopicBanner {
	float: left;
	width: 262px;
	background-color: #FFFFFF;
	display: inline;
	text-align: center;
}
.mainbanner {
	float: left;
	height: 242px;
	width: 262px;
	background-color: #FFFFFF;
	display: inline;
}
.upper {
	float: left;
	height: 183px;
	width: 262px;
}
.lower {
	float: left;
	height: 59px;
	width: 262px;
	background-image: url(/image/home/banners/lowbgr.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.lower ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.lower li {
	float: left;
	display: inline;
	height: 42px;
	width: 51px;
	margin-right: 5px;
}
.lower li a.backwards {
	background-image: url(/image/home/banners/left.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -5000px;
	height: 42px;
	width: 51px;
	margin-top: 10px;
}
.lower li a.forward {
	background-image: url(/image/home/banners/right.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -5000px;
	height: 42px;
	width: 51px;
	margin-top: 10px;
}
