@charset "utf-8";
/* CSS Document */
#scrollbar1 { 
	width: 440px;
	margin-top:40px;
	margin-left:490px;
	}
#scrollbar1 .viewport { 
	width: 395px; 
	height: 435px; 
	overflow: hidden; 
	position: relative; 
	}
#scrollbar1 .overview { 
	list-style: none; 
	position: absolute; 
	left: 0; 
	top: 0; 
	padding: 0; 
	margin: 0; 
	}
#scrollbar1 .scrollbar{ 
	background: #d6d6d6; 
	position: relative; 
	background-position: 0 0; 
	float: right; 
	width: 10px;
	}
#scrollbar1 .thumb { 
	background:#cea43c; 
	height: 20px; 
	width: 10px; 
	cursor: pointer; 
	overflow: hidden; 
	position: absolute; 
	top: 0;
	left:0px;
	}
#scrollbar1 .thumb .end {  
	overflow: hidden; 
	height: 5px; 
	width: 25px; 
	}
#scrollbar1 .disable { 
	display: none; 
	}
