function vscroll_data0()
{

	this.container_width = 170
	this.container_height = 170


	this.initial_scroll_delay = 0                   //measured in seconds

	this.animation_delay = 90                       //measured in milliseconds (1/1000)
	this.animation_jump = 2                         //measured in pixels, must be > 1

	this.animation_delay_mac = 50                   //measured in milliseconds (1/1000)
	this.animation_jump_mac = 8                    //measured in pixels, must be > 1

	this.container_padding = "5,5,0,5"
	this.container_styles = "background-color:#ffffff;";

	this.item_styles = "color:#222222; text-decoration:none; font-family:Arial; font-size:13px; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#3366cc; text-decoration:none; font-family:Arial; font-size:13px; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#3366cc; text-decoration:underline; font-family:Arial; font-size:13px; border-style:none;border-width:0px;";
}


