function vscroll_data0(){


	this.enable_visual_design_mode = false

	this.container_width = 210
	this.container_height = 350
	this.top_pause_offset = 10


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 0

	this.animation_delay = 25
	this.animation_jump = 2

	this.animation_delay_mac = 100
	this.animation_jump_mac = 10


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "background-color:#4290bd; border-style:none; border-color:#4290bd; border-width:0px; padding-right:10px; padding-left:10px; "
	this.item_styles = "color:#ffffff; font-family:Verdana; font-size:11px; text-decoration:none; "
	this.item_link_styles = "color:#ffffff; font-family:Verdana; font-size:11px; text-decoration:none; "
	this.item_link_hover_styles = "color:#000000; font-family:Verdana; text-decoration:underline; "


}
