	<style type="text/css">
	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:418px;
		height:498px;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width:418px;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
		border:0;
		float:left;
		position:relative;
		margin-top: 5px;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 15px;
		position:relative;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:490px;
		float:left;
		margin-top: 10px;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:8px;
		height:480px;	/* Total height - 40 pixels */
		border:0;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:6px;
		height:33px;
		background-color:#979689;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:8px;
		height:7px;
		border:0;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}

	</style>
	
