/*==========
	scrollBar_box 样式 by shinn0901
==========*/

/*----- scrollBar_box -----*/
.scrollBar_box{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}

/*----- scrollBar_container -----*/
.scrollBar_container{
	position:absolute;
	width:650px;
}

/*----- scrollBar_bar -----*/
.scrollBar_bar{
	width:10px;
	height:100%;
	position:absolute;
	right:0px;
	/*background:#ccc;*/
}
.scrollBar_face{
	background-color:#cdcdcd;
	width:10px;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
}
