/*主窗*/
#scroll{	
	width:230px;
	height:345px;
    position: static;

}

/*左边内容区*/
#scroLeft{
	font-size:10px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: lighter;
	color:#ffb910;
	float:left;
	height:100%;
	width:220px;
	overflow:hidden;
}

/*右边滚动条轨道*/
#scroRight{
    background:#191919;
	background:rgba(0,0,0.1,1);
	float:right;
	height:100%;
	width:5px;
	border-radius:10px;
	overflow:hidden;
}
/*滚动条*/
#scroLine{
	margin-top:120px;
    top:0px;
	position: absolute;
	z-index:1;

	
	width:5px;
	background:url(images/OurClients/opacity_70.png);
	background:rgba(0.1,0,0,0.8);
	opacity:0.7;
	border-radius:10px;
	cursor:pointer;
}
#scroLeft img{
	margin:0px 0px;
	cursor:pointer;
}
#scroLeft ul{
	margin:0; list-style:none;
     
}
.absolute{
	display:block;
	width:260px;
	height:300px;
}


/*li.select{
	background-position:0 -35px;
}

li.hover{
	background-position:0 -35px;
}*/
