/* CSS Document */

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

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

#scrollbar_handle {  
	width: 10px;  
	background-color: #F29754;  
	cursor: pointer;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
} 

#scrollbar_content {  
	overflow: hidden;  
	width: 495px;  
	height: 400px;  
}