/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

list7 = true
function vscroll_data0()
{
	this.enable_visual_design_mode = false;

 	this.container_width = 170
	this.container_height = 550
	this.top_pause_offset = 10


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 0

	this.animation_delay = 20
	this.animation_jump = 3

	this.animation_delay_mac = 100
	this.animation_jump_mac = 10


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "font-size: 11pt;background-color: black;; background-repeat: repeat-y; padding-right:10px; margin-top: 100px; margin-left: 50px; padding-left:3px; padding-bottom: 15px; "
	this.item_link_styles = "color: #f3db07; font-size: 12pt; font-weight: bold;"
	this.item_link_hover_styles = "background-color:; background-image:; color: white; text-align:; font-size: 12pt; font-weight:; text-decoration:underline; "
	this.item_styles = "margin-bottom:15px; background-color:; background-image:; text-align:; font-size:8pt; font-weight:; text-decoration:none; "


}

