/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

list7 = true
function vscroll_data0()
{
	this.enable_visual_design_mode = false;

 	this.container_width = 145
	this.container_height = 250
	this.top_pause_offset = 10


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 0

	this.animation_delay = 20
	this.animation_jump = 2

	this.animation_delay_mac = 100
	this.animation_jump_mac = 10


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "color: white; background-image: url(Images/news_bg.jpg); background-repeat: repeat-y; padding-right:10px; padding-left:10px; padding-bottom: 15px; "
	this.item_link_styles = "color: white; font-size: 8pt"
	this.item_link_hover_styles = "background-color:; background-image:; color: white; text-align:; font-size: 8pt; 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; "


}

