/**
 * Scrollbar styles for Amit
 * @author miken
 */

#hold {
	position:relative; overflow:hidden;
	width:255px; height:300px;
	z-index:100;
}
#wn {
	position:absolute;
	left:0px; top:0px;
	width:255px; height:300px;
	clip:rect(0px, 255px, 300px, 0px);
	overflow:hidden;
	z-index:1;
}
.scrollcontent {
	position:absolute; visibility:hidden;
	left:0px; top:0px;
	z-index:1;
}

#scrollbar {
	position:relative; left:0; top:0;
	width:14px; height:285px;
	font-size:1px; z-index:1; overflow:hidden;
}
#track {
	position:absolute; left:0; top:14px;
	width:14px; height:257px;
	background-image:url(../i/scroll_bg.png); background-position:top left;
	z-index:1;
}
#dragBar {
	position:absolute; left:4px; top:1px;
	width:4px; height:28px;
	background-color:#8ce1e8; border:1px solid #15b7c5;
	z-index:1;
}
#up { position:absolute; left:0; top:0; z-index:2; width:14px; height:14px; }
#down { position:absolute; left:0; bottom:0; z-index:3; width:14px; height:14px; }

