/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

list7 = true
function vscroll_data0()
{
	this.enable_visual_design_mode = false;

 	this.container_width = 190
	this.container_height = 140
	this.top_pause_offset = 10


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 0

	this.animation_delay = 20
	this.animation_jump = 7

	this.animation_delay_mac = 50
	this.animation_jump_mac = 10


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "font-size: 12px;"
	this.item_link_styles = ""
	this.item_link_hover_styles = " "
	this.item_styles = ""


}

