

/**********************************************************************************************

                               Scroll Items and Content

**********************************************************************************************/

/*  

        Note:  Each <li... tag below creates a new scroll item, you may add as many as you wish.  Terminate each line with 
               a backslash '\'.

     Warning:  Double check that there are no extra white spaces after your terminating '\' backslashes, the scroll will fail to
               load if there are extra spaces present.

*/


document.write("</div>");

/**********************************************************************************************

                               Unlock code

**********************************************************************************************/
list7 = true


/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function vscroll_data0()
{


        this.enable_visual_design_mode = false;

 	this.container_width = 300
	this.container_height = 110
	this.top_pause_offset = 10


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 0			//measured in seconds

	this.animation_delay = 40			//measured in milliseconds (1/1000)
	this.animation_jump = 1				//measured in pixels, must be > 1

	this.animation_delay_mac = 40			//measured in milliseconds (1/1000)
	this.animation_jump_mac = 1			//measured in pixels, must be > 1


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "";
	this.item_link_styles = "color:#000000; border-style:none; text-decoration: none";
	this.item_link_hover_styles = "color:#000000; border-style:none; text-decoration: underline";
	this.item_styles = "padding-left:5px; font-size:11px; border-style:none; border-width:0px";


}

