node7 = true

function graphicsb_data0() {

    /*---------------------------------------------
    Scroll Bar Images
    ---------------------------------------------*/

	this.up_button = "/images/up_12.gif";								//image path and name only
	this.up_button_roll = "/images/up_12.gif";							//image path and name only
	this.down_button = "/images/dn_12.gif";							//image path and name only
	this.down_button_roll = "/images/dn_12.gif";						//image path and name only

	this.slider_tile_bg_style = "";									//image defined as CSS style

	// use _12.gif for non-shaded, see /images folder (shading added per request 3/10/10 -TLO)
	this.bubble_top_cap = "/images/bubble_topcap_shaded.gif,2";		//image path and name, height
	this.bubble_bottom_cap = "/images/bubble_bottomcap_shaded.gif,2";	//image path and name, height
	this.bubble_center = "";						//image path and name, height
	this.bubble_tile_bg_style = "/images/bubble_bg_shaded.gif";		//image path and name only

    /*---------------------------------------------
    Scroll Bar Container and Content
    ---------------------------------------------*/

	this.container_width = 150										//was 160
	this.container_height = 160
	this.container_bg_color = "";
	this.content_padding = 1
	this.content_styles = "font-family:sans-serif;font-weight:normal;font-size:10px;"; //no spaces
	this.content_class_name = "";

    /*---------------------------------------------
    Scroll Bar Behaviour and Width
    ---------------------------------------------*/

	this.scroll_bar_width = 12                     //The width of the bar in pixels.
	this.scroll_increment = 2                     //The distance to scroll when clicking the up or down buttons.
	this.allow_hover_scroll = true;                //Auto scroll while hovering over top and bottom buttons.
	this.hover_scroll_delay = 50;                   //Milliseconds (1/1000 second)
	this.use_hand_cursor = false;

}
