#rotate-banner{
	background:transparent;
	display:block;
	height:256px;
	overflow:hidden;
	position:relative;
	width:819px;
}
	
#rotate-banner div{
	display:block;
	height:256px;
	width:819px;
	z-index:100;
}
	
#rotate-banner .bannerPrev,#rotate-banner .bannerNext{
	background-color:transparent;
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	height:49px;
	position:absolute;
	text-decoration:none;
	top:100px;
	width:26px;
	z-index:100;
}

#rotate-banner .bannerPrev{
	background-image:url('../images/prev_png.png');
	left:0px;
}

#rotate-banner .bannerNext{
	background-image:url('../images/next_png.png');
	right:0px;
}


#rotate-banner .bannerList{
	height:16px;
	line-height:16px;
	position:absolute;
	right:40px;
	top:254px;
	z-index:100;
}

#rotate-banner .bannerList li{
	float:left;
	list-style-type:none;
	margin:0 16px 0 0;
}

#rotate-banner .bannerList li a{
	background-color:transparent;
	background-image:url('../images/buttons.png');
	background-repeat:no-repeat;
	color:#300;
	cursor:pointer;
	display:block;
	font-size:0px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	height:22px;
	width:25px;
}

#rotate-banner .bannerList a:hover,#rotate-banner .bannerList .selected{
	background-position:0px -22px;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}