div.scrollholder{    position: relative;    width: 425px; height: 390px;    overflow: auto;    z-index: 1;    background-color: none;	-moz-user-select:none;}div.scroll{    position: absolute;    left: 0; top: 0;    width: 95%;    z-index: 2;}/* <Scroll> */div.track{    position: relative;    float:right;    top: 0;     width: 11px; height: 100%;    font-size: 0;    z-index: 3;    background: #eee;	opacity:0.40; filter:alpha(opacity=40)}div.drag_bar{    position: absolute;    width: 100%; height: 14px;    cursor: pointer;    z-index: 4;    background: #666;	opacity:0.90; filter:alpha(opacity=90)}  #close {	text-align: right;	margin: 10px 0 0 0;	padding: 0 0 20px 0;}#close p {	float:right;	display: block;	cursor: pointer;	width: 60px;	margin: 0;	font-size: 13px;	line-height: 1.2;}