@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}


/* Mozilla based browsers */
::-moz-selection {
       background-color:none;
       color: #000;
}

/* Works in Safari */
::selection {
       background-color:none;
       color: #000;
}

/*主窗*/
#scroll{	
	width:810px;
	height:330px;


}

/*左边内容区*/
#scroLeft{
	float:left;
	height:100%;
	width:800px;
	overflow:hidden;
}

/*右边滚动条轨道*/
#scroRight{
    background:#999;
	background:rgba(0,0,0,0.1);
	float:right;

	height:100%;
	width:10px;
	border-radius:10px;
	overflow:hidden;
}

/*滚动条*/
#scroLine{
	position:absolute !important;
	z-index:1;

	right:35px;
	width:10px;
	background:url(../image/opacity_70.png);
	background:rgba(0,0,0,0.8);
	opacity:0.7;
	border-radius:10px;
	cursor:pointer;
}



.absolute{
	display:block;
	width:800px;
	height:330px;
}


