#scrollbar_container {
	position:relative;
	width:632px;
}

#scrollbar_container2 {
	position:relative;
	width:896px;
}

#scrollbar_container3 {
	position:relative;
	width:734px;
}

#scrollbar_track {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;
}

#scrollbar_track2 {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;
}

#scrollbar_track3 {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;
}

#scrollbar_handle {
	width:6px;
	height:20px;
	background-color:#f01a64;
	cursor:move;
}

#scrollbar_handle2 {
	width:6px;
	height:20px;
	background-color:#bee317;
	cursor:move;
}

#scrollbar_handle3 {
	width:6px;
	height:20px;
	background-color: #ccdbd7;
	cursor:move;
}

#scrollbar_content {
	overflow:hidden;
	width:610px;
	height:460px;
}

#scrollbar_content2 {
	margin-left: 10px;
	overflow:hidden;
	width:865px;
	height:292px;
}

#scrollbar_content3 {
	margin-left: 10px;
	overflow:hidden;
	width:700px;
	height:460px;
}