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

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

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

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

#scrollbar_content{  
	overflow:hidden;  
	width:520px;  
	height:480px;
	margin:10px 0
}