@charset "utf-8";
/* CSS Document */

#scrollbar1 {
	width: 415px;
	clear: both;
	margin: 0px 0 10px;
	position:absolute;
}
#scrollbar1 .viewport { height: 380px; overflow: hidden; position: relative; left:20px; width: 350px; }/*-- ALAN SAT EDIT --*/
#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 5px;
	top: 0;
}
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #94c93e; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar1 .track { background-color: #3d2f0c; height: 100%; margin-left: -14px; padding: 0px 1px; position: relative; width: 7px; }
#scrollbar1 .thumb { height: 20px; width: 9px; cursor: pointer; overflow: hidden; position: absolute; top: 0; right:0px;}
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar1 .disable{ display: block; }

#scrollbar1 .overview a, #scrollbar1 .overview a:visited {color: #241b06; text-decoration:underline;}
#scrollbar1 .overview a:hover {
	color: #1b90c6;
	text-decoration:underline;
	font-weight: bold;
}
