#scrollbar_container {  

  overflow:auto;  
  width:600px;    
  height:400px; 
} 
  
#scrollbar_track {  
  position:absolute;  
  top:0;  
  right:0;  
  height:400px;  
  width:10px;  
  background-color:transparent;  
  cursor:move;  
} 
  
#scrollbar_handle {  
  width:10px;  
  background-color:#e2e2e2;  
  cursor:move;  
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5px;  
  opacity:0.9;  
  -moz-opacity:0.9;  
} 
    
#scrollbar_content {  
  overflow:hidden;  
  width:600px;  
  height:400px;  
}  

#filmstrip_container { 

  position: relative;  
  width:500px;  
} 
  
#filmstrip_track {  
  position:absolute;  
  top:0;  
  right:0;  
  height:100%;  
  width:10px;  
  background-color:transparent;  
  cursor:move;  
} 
  
#filmstrip_handle {  
  width:10px;  
  background-color:#e2e2e2;  
  cursor:move;  
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5px;  
  opacity:0.9;  
  -moz-opacity:0.9;  
} 
    
#filmstrip_content {  
  overflow:hidden;  
  width:500px;  
  height:100px;  
} 

#faq_container {
	overflow:auto;
  width:600px;  
  height: 200px;
} 
  
#faq_track {  
  position:absolute;  
  top:0;  
  right:0;  
  height:200px;  
  width:10px;  
  background-color:transparent;  
  cursor:move;  
} 
  
#faq_handle {  
  width:10px;  
  background-color:#e2e2e2;  
  cursor:move;  
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5px;  
  opacity:0.9;  
  -moz-opacity:0.9;  
} 
    
#faq_content {  
  overflow:hidden;  
  width:600px;  
  height:200px;  
}   