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

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

#scrollbar_handle {
	width:5px;
	background-color:#CD5459;
	cursor:move;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.9;
    -moz-opacity:0.9;
}

#scrollbar_content {
	overflow:hidden;
	width:813px;
	height:300px;
}

#scrollbar_content2 
{
	overflow:hidden;
	width:582px;
	height:278px;
}