@charset "utf-8";
/* CSS Document */

#scroll-area {
	/*width: 100%;*/
	/*border: 1px solid rgb(204, 204, 204);*/
	overflow: hidden;
}
.selected {
	width: 15px;
	height: 10px;
	background-color: rgb(255, 0, 0);
	cursor: move;
	top: 0px;
	position: relative;
}
#scrollable1, #track1 {
	height:340px;
}
/* scrollable div area */
			#scrollable1 {
	float: left;
	width: 460px;
	/*border: 1px solid #ccc;*/
	overflow: hidden;/*white-space: nowrap;*/
}
/* vertical track */
			#track1 {
	float: right;
	width: 15px;
	margin-left: 10px;
	background: url(../images/track_bg_se.gif) no-repeat center center #d9e0e6;
}
#track1:hover {
	cursor: pointer;
	/*background-color: #99acbb;*/
}
/* vertical track handle */
			#handle1 {
	width: 15px;
	height: 20px;
	background-color: #386909;
	cursor: pointer;
	position: relative;
}
#track1:hover #handle1 {
	background-color: #751112;
}
