#banner .sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	height: 302px;
	width: 908px;
	float: left;
}

#banner .sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 2px;  /*leave as is*/
	top: 0;  /*leave as is*/
	float:left;
}

#banner .pagination {
	width: 252px;
	float: left;
	margin-top: 15px;
}

#banner .pagination a{
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	display:inline-block;
	width:100%;
	height:35px;
	text-align:left;
	background-position:top;
	background-repeat:no-repeat;
	font-size:16px;
	margin-bottom:9px;
	color:#FFF;
}

#banner .pagination a.last{
	margin-right:0px;
}

#banner .pagination a img{
	margin: 0px 0px 10px 0px;
	float:left;
}

#banner .pagination a span.thumb{
	width:50px;
	padding-left:10px;
	float:left;
}

#banner .pagination a span.tp{
	padding-top:5px;
}

#banner .pagination a span.link{
	padding-top:6px;
	float:left;
}

#banner .pagination a:hover, #banner .pagination a.selected{
	color:#fff;
    background-color: #999;
}