function graphicsb_data0()
  {


    /*---------------------------------------------
    Scroll Bar Images
    ---------------------------------------------*/


	this.up_button = "images/btup.gif";                                          //image path and name only
	this.up_button_roll = "images/btup_hover.gif";                            		    //image path and name only
	this.down_button = "images/btdown.gif";                                      //image path and name only
	this.down_button_roll = "images/btdown_hover.gif";  			                    //image path and name only




	this.bubble_top_cap = "";                        //image path and name, height - (width is automatically set to scroll bar width)
	this.bubble_bottom_cap = "";                  //image path and name, height - ""
	this.bubble_center = "";                         //image path and name, height - ""
	this.bubble_tile_bg_style = "";                        //image path and name only





    /*---------------------------------------------
    Scroll Bar Container and Content
    ---------------------------------------------*/


	this.container_width = 211 //largura
	this.container_height = 225 //altura

	this.container_bg_color = "";

	this.content_padding = 0
	this.content_styles = "";
	this.content_class_name = "texto";




    /*---------------------------------------------
    Scroll Bar Behaviour and Width
    ---------------------------------------------*/


	this.scroll_bar_width = 27                 //The width of the bar in pixels.
	this.scroll_increment = 27                 //The distance to scroll when clicking the up or down buttons.


	this.allow_hover_scroll = false;           //Auto scroll while hovering over top and bottom buttons.
	this.hover_scroll_delay = 1000;              //Milliseconds (1/1000 second)


	this.use_hand_cursor = true;




}
