	#dhtmlgoodies_scrolldiv{
/*	width: 370px;*/
/*	height:480px;*/
	width: 428px;
	height:450px;
	position:absolute;
	background:url(txt_bg_white.png);
	left:43px;
	top:139px;
	}
	#scrolldiv_parentContainer{
/*		width:380px;	Width of the scrolling text */
		width:411px;	/* Width of the scrolling text */		
		height:100%;
		overflow:hidden;		
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding-left: 15px;
		padding-right: 15px;
		padding-top:15px;
		position:relative;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 0.9em;
		line-height:150%;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:450px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:410px;	/* Total height - 40 pixels */
		border:0px solid #999999;
		position:relative;	
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:13px;

	background:url(scroll_bg_grey.png);		
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:0px solid #FFFFFF;
		color: #FFFFFF;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}



