// JavaScript Document
function vscroll_data0()
{
 	this.container_width = 250
	this.container_height = 181
	this.top_pause_offset = 10
    /*---------------------------------------------
    Timing and Animation Speed
    ---------------------------------------------*/
	this.initial_scroll_delay = 0
	this.animation_delay = 60
	this.animation_jump = 1
	this.animation_delay_mac = 180
	this.animation_jump_mac = 2
    /*---------------------------------------------
    Scroll Styles
    ---------------------------------------------*/
	/* Note: this.Item_styles apply to all standard content in the scroll, while this.item_link_styles apply to content
           within hyperlink tags only.  */
	this.container_styles = "border-style:none; border-color:#000000; border-width:0px; padding-right:10px; padding-left:10px; "
	this.item_styles = "color:#333333; text-decoration:none; font-family:Verdana; font-size:12px; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#333333; text-decoration:none; font-family:Verdana; font-size:12px; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#000000; text-decoration:none; font-family:Verdana; font-size:12px; border-style:none;border-width:0px;";

}
