/*    Styles for scrolling layers. Specify width and height in hold and wn, and in clip for wn */
div#hold {
	position: relative;
	overflow: hidden;
	width: 350px;
	height: 220px;
	float: left;
	margin-top:5px;
}

div#wn {	
	width: 364px;
	height: 224px; 
}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar {
	float: right;
	font-size: 1px;
	height: 210px;
	left: 3px;
	position: relative;
	top: 5px;
	width: 19px;
	z-index: 1;
}

div#track {
	position: absolute;
	left: -2px;
	top: 13px;
	width: 13px;
	height: 178px; 
	background: url(../images/scroll_string.png) no-repeat center top;
	z-index: 1;
}

div#dragBar {
	position: absolute;
	width: 13px;
	height: 178px;
	background: url(../images/scroll.png) no-repeat top;
	z-index: 1;
	left: -1px;
}

div#up {
	position: absolute;
	top: 0;
	left: -2px;
	z-index: 2;
}

div#down {
	position: absolute;
	bottom: 5px;
	left: -2px;
	z-index: 3;
}
