
#scrollbar_container,#scrollbar_container1 {
	position:relative;
	width:445px;
	height:300px;
}

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

#scrollbar_handle,#scrollbar_handle1 {
	width:6px;
	cursor:move;
	/*background-image:url(../images/bgr_roll.gif);*/
	background-color:#522E30;
	background-repeat:no-repeat;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	opacity:0.9;
    -moz-opacity:0.9;
}

#scrollbar_content,#scrollbar_content1 {
	overflow:hidden;
	width:445px;
	height:310px;
	margin-bottom:15px;
	margin-top:-50px;
	padding:5px;
	border:solid 0px red;
}
