/* rotator in-page placement */
        div.rotator {
	position:relative;
	width:760px; height:434px; 
	left:0px;
	overflow:hidden;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	width:760px;
	height:434px;
	list-style: none;
	left: -25px;
	top: -5px;
	}
/* rotator image style */	
	div.rotator ul li img {
	border:0px;
	background: #FFF;
}
        div.rotator ul li.show {
	z-index:500;
}
#button_play
{
display:block;
width:50px;
height:12px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#999;
text-align:center;
padding-top:5px;
float:right;}

.jqb_btn_pause{
	background-color:#FFF;
	}
.jqb_btn_play{background-color:#FFF;}




.simple-nav { float:right;text-align:center; bottom:0; left:0; width: 88%; overflow:hidden; padding-top:5px;  }
.simple-nav li { position:relative; display:-moz-inline-stack; display:inline-block; *display:inline; zoom:1; margin-right:1px; margin-left: 0px;  margin-top: 0px; width:15px;overflow:hidden; }
.simple-nav li a { display:inline-block; width:15px; height:12px; top:-2px; left:-2px; outline:none; cursor:pointer; line-height:0; background:url(/not_active_dot.png) no-repeat 0 0; }
.simple-nav li a.active { background:url(/green_dot.png) no-repeat 0 0; }