function vscroll_data1(){

	
	this.enable_visual_design_mode = false
	this.container_width = 150
	this.container_height = 220
	this.top_pause_offset = 0
   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/
	this.initial_scroll_delay = 0
	this.animation_delay = 5
	this.animation_jump = 1
	this.animation_delay_mac = 10
	this.animation_jump_mac = 2
   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/
	this.container_styles = "background-color:#EFF2F4; border:0px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;"
	this.item_styles = "color:#000000; font-family:Verdana, Arial, Helvetica; font-size:11px; text-decoration:none; line-height:18px;"
	this.item_link_styles = "color:blue; font-family:Verdana, Arial, Helvetica; font-size:11px; text-decoration:none; "
	this.item_link_hover_styles = "color:#ff9900; font-family:Verdana, Arial, Helvetica; font-size:11px; text-decoration:none; "
}