/* horizontal track */
#track2 {
	float: left;
	clear: both;
	width: 300px;
	height: 15px;
	margin-top: 10px;
	background-color:#ccc;
}

/* horizontal track handle */
#handle2 {
	width: 20px;
	height: 15px;
	background-color: #f00;
	cursor: move;
}

/* scrollable div area */
#scrollable2 {
	position:relative;
	z-index:102;
	width: 806px;
	height: 250px;
	padding: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: hidden;
	white-space: nowrap;
	background-color: #ffffff;
}

/* wrap to make sure that image area is clickable */
#wrap4 {
	float: left;
	clear: both;
	width: 810px;
	height: 13px;
	background: transparent url(/img/scrollbar-track-right3.png) no-repeat top right;
}

/* left image of track */
#track4-left {
	position: absolute;
	width: 15px;
	height: 13px;
	background: transparent url(/img/scrollbar-track-left3.png) no-repeat top left;
}

/* horizontal track */
#track4 {
	position: absolute;
	width: 810px;
	height: 13px;
}

/* horizontal track handle */
#handle4 {
	width: 113px;
	height: 25px;
	cursor: move;
}