function graphicsb_data0()
{
 	this.up_button = "images/sample1_up.gif";  
	this.up_button_roll = "images/sample1_up_roll.gif";      
	this.down_button = "images/sample1_down.gif";    
	this.down_button_roll = "images/sample1_down_roll.gif"; 
 	this.slider_tile_bg_style = "background-image:url(images/sample1_slider_bg.gif);" 
	this.bubble_top_cap = "images/sample1_bubble_topcap.gif,2";  
	this.bubble_bottom_cap = "images/sample1_bubble_bottomcap.gif,2";   
	this.bubble_center = "images/sample1_bubble_center.gif,7"; 
	this.bubble_tile_bg_style = "images/sample1_bubble_bg.gif"; 
  	this.container_width = 266
	this.container_height =260
	this.container_bg_color = "";
 	this.content_padding = 1
	this.content_styles = "font-family:Arial;font-weight:normal;font-size:12px;";
	this.content_class_name = "";
 	this.scroll_bar_width = 16                  
	this.scroll_increment = 20  
	this.allow_hover_scroll = true;               
	this.hover_scroll_delay = 50;               
 	this.use_hand_cursor = true;
 }