﻿@charset "utf-8";
img {
	border: 0px;
}
.bannerbox {
	width: 189px;
	height: 287px;
	overflow: hidden;
	float:left;
	margin-top:75px;
	margin-left:20px;
}
#focus {
	width: 189px;
	height: 286px;
	clear: both;
	overflow: hidden;
	position: relative;
	float: left;
}
#focus ul {
	width: 189px;
	height: 286px;
	float: left;
	position: absolute;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#focus ul li {
	float: left;
	width: 189px;
	height: 286px;
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin: 0px;
}
#focus .preNext {
	width: 64.5px;
	height: 286px;
	position: absolute;
	top: 0px;
	cursor: pointer;
}
#focus .pre {
	left: 0;
	background: url(../images/sprite.png) no-repeat left center;
}
#focus .next {
	right: 0;
	background: url(../images/sprite1.png) no-repeat right center;
}
