node7 = true
function vscrolldata0()
{


    /*---------------------------------------------
    Scroll Dimensions (Note: Does not include container padding)
    ---------------------------------------------*/

	this.container_width = 145
	this.container_height = 209



    /*---------------------------------------------
    Timing and Animation Speed
    ---------------------------------------------*/


	this.initial_scroll_delay = 0			//measured in seconds

	this.animation_delay = 45			//measured in milliseconds (1/1000)
	this.animation_jump = 1				//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



    /*---------------------------------------------
    Scroll Container Styles and Padding
    ---------------------------------------------*/


	this.container_padding = "0,0,0,0"
	this.container_styles = "background-image:url(grfx/SideBar02_b.jpg);";



    /*---------------------------------------------
    Item Styles and Padding
    ---------------------------------------------*/

	/* 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.item_styles = "color:#000000; text-decoration:none; font-family:Arial; font-size:11pt; line-height:15pt;font-weight:bold; border-style:none;border-width:0px;padding:10,19,0,0px;";
	this.item_link_styles = "color:#000099; text-decoration:none; font-family:Arial; font-size:13px; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#0000DD; text-decoration:none; font-family:Arial; font-size:13px; border-style:none;border-width:0px;";

}