/* scrollable div area */
#scrollable1 {
	float: left;
	width: 330px;
	height: 470px;
	/*border: 1px solid #ccc;*/
	overflow: hidden;
	white-space: wrap;
}

/* vertical track */
#track1 {
	float: left;
	width: 1px;
	height: 470px;
	margin-left: 20px;
	background-color: #ccc;
	background:url(../images/dots.gif) repeat-y;}

/* vertical track handle */
#handle1 {
	width: 10px;
	height: 35px;
	margin-left:-4px;
	margin-top:4px; margin-bottom:4px;
	/*background-color:#456b99;*/
	background:url(../images/shandle.gif) no-repeat;
	cursor: move;
	/*-moz-border-radius: 3px;	*/
}