function vscroll_data0()
{

	this.enable_visual_design_mode = false;

 	this.container_width = 220
	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



	this.container_styles = "background-image:url(images/sample1_bg.gif); border-style:dashed; border-color:#000000; border-width:0px; padding-right:10px; padding-left:10px; "
	this.item_styles = "color:#660000; text-decoration:none; font-family:Arial; font-size:13px; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#000099; text-decoration:none; font-family:Arial; font-size:13px; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#0000DD; text-decoration:none; font-family:Arial; font-size:13px; border-style:none;border-width:0px;";


}
