function vscroll_data0()
{

	this.enable_visual_design_mode = true;

 	this.container_width = 150
	this.container_height = 180
	this.top_pause_offset = 10

  

    /*---------------------------------------------
    Timing and Animation Speed
    ---------------------------------------------*/


	this.initial_scroll_delay = 0

	this.animation_delay = 20
	this.animation_jump = 2

	this.animation_delay_mac = 80
	this.animation_jump_mac = 8


   
    /*---------------------------------------------
    Scroll Styles
    ---------------------------------------------*/

	/* Note: this.Item_styles apply to all standard content in the scroll, while this.item_link_styles apply to content
           within hyperlink tags only.  */


	this.container_styles = "border-style:dashed; border-color:#000000; border-width:0px; padding-right:5px; padding-left:5px; "
	this.item_styles = "color:#660000; text-decoration:none; font-family:Tahoma, Verdana, Arial, sans-serif; font-size:10px; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#000099; text-decoration:none; font-family:Tahoma, Verdana, Arial, sans-serif; font-size:10px; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#0000DD; text-decoration:none; font-family:Tahoma, Verdana, Arial, sans-serif; font-size:10px; border-style:none;border-width:0px;";


}