/* horizontal track */
#track1 {
	float: left;
	clear: both;
	width: 100%;
	height: 15px;
	margin-top: 10px;
	background-color: #ccc;
}

/* horizontal track handle */ 
#handle1 {
	width: 100px;
	height: 15px;
	cursor:move;
	background:url('../img/style/arrow1.png') no-repeat;
}


/* ---------------------------- */


#track2 {
	background-color:#CCCCCC;
	float:right;
	height:270px;
	margin-left:10px;
	width:15px;
}

#handle2 {
	background:url('../img/style/arrow2.png') no-repeat;
	cursor:move;
	height:100px;
	width:15px;
}
#track3 {
	background-color:#CCCCCC;
	float:left;
	height:725px;
	margin-left:10px;
	margin-top:85px;
	width:15px;
}


#handle3 {
	background:url('../img/style/arrow2.png') no-repeat;
	cursor:move;
	height:100px;
	width:15px;
}




