#scrollbar1 {
	width:760px;
	margin:15px 0 ;
}
#scrollbar1 .disable {
	display:none;
}
#scrollbar1 .overview {
	left:0;
	list-style:none;
	position:absolute;
	top:0;
	width:740px;
	margin:0;
	padding:0;
}
#scrollbar1 .scrollbar {
	background-position:0 0;
	background:transparent url() no-repeat 0 0;
	float:right;
	position:relative;
	width:15px;
}
#scrollbar1 .thumb {
	background:#8E6B11;
	cursor:pointer;
	overflow:hidden;
	position:absolute;
	right:-1px;
	top:0;
	width:4px;
}
#scrollbar1 .track {
	background:#b4ad7e;
	position:relative;
	width:2px;
}
#scrollbar1 .viewport {
	height:85px;
	width:745px!important;
	overflow:hidden;
}

	/* IE6 */
	* html #scrollbar1 .viewport {
		width:735px!important;
	}
	
	/* IE7 */
	*:first-child+html #scrollbar1 .viewport {
		width:725px!important;
	}
	

* html #scrollbar1 .overview {
	width:715px;
}
* html #scrollbar1 .viewport {
	width:725px;
}
:first-child+html .overview {
	width:700px;
}
:first-child+html .viewport {
	width:720px;
}
.col-content:after {
	clear:both;
	content:".";
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	overflow:hidden;
}
* html #scrollbar1, :first-child+html #scrollbar1 {
	width:745px;
}
