@charset "utf-8";
/** 
* CSS Document 
* Editor              : Zhu bo
* Create Date         : 2014-03-28
* Description         ：used in image roll
*/

/**
* all pages use this style
*/
*{
	padding:0;
	margin:0;
	list-style:none; 
	text-decoration:none;
}
body,html{
	overflow-x:hidden;
}
body,div,ul,li,dl,dt,ol,img,span,a,form{ 
	margin:0; 
	padding:0; 
	*+margin:0; 
	*+padding:0; 
	border:0;
	list-style:none; 
	text-decoration:none;
}

.rollBox{ width:100%; position:relative;}

.imageBox{ overflow:hidden; *+overflow:hidden; display:block; }
.imageBox ul{ overflow:hidden;*+overflow:hidden; position:relative;}
.imageBox ul li{ float:left; overflow:hidden;}

.imageControl{ height:12px; margin:0 auto; position:absolute; bottom:10px; z-index:100;}
.imageControl ul li{ width:11px; height:11px; float:left; margin:0px 5px; background:url(../images/icon_arrow.png) no-repeat; display:block;}
.imageControl ul li:hover{ cursor:pointer; background:url(../images/icon_arrow_over.png) no-repeat;}
.imageControl ul li.currentControl{ background:url(../images/icon_arrow_over.png) no-repeat;}