function vscroll_data0()
{


    this.enable_visual_design_mode = false;

 	this.container_width = 240
	this.container_height = 80
	this.top_pause_offset = 10

	this.initial_scroll_delay = 0

	this.animation_delay = 15
	this.animation_jump = 4

	this.animation_delay_mac = 100
	this.animation_jump_mac = 10

	this.container_styles = ""
	this.item_link_styles = ""
	this.item_link_hover_styles = ""
	this.item_styles = "height: 80px; font-size: 17px; font-weight: normal; text-decoration: none; "


}

