/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

list7 = true
function vscroll_data0()
{
	this.enable_visual_design_mode = false;

 	this.container_width = 136
	this.container_height = 80
	this.top_pause_offset = 10


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 0

	this.animation_delay = 50
	this.animation_jump = 1

	this.animation_delay_mac = 150
	this.animation_jump_mac = 5


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "text-align: left; color: black;background-image: url(Images/sub-news.gif); background-repeat:no-repeat; padding-right:10px; padding-left:10px; padding-bottom: 20px; padding-top: 30px; "
	this.item_link_styles = "color: black; font-size: 8pt"
	this.item_link_hover_styles = "background-color:; background-image:; color: black; 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; "


}


