	#dhtmlgoodiesscrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:620px;
		height:240px;	/* The height of the scrolling div */
		background: none;
	}
	#scrolldivparentContainer{
		width:600px;	/* Width of the scrolling text */
		height:220;
		overflow:hidden;
		border:0px solid #868889;
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldivcontent{
		position:relative;
		padding: 5px;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldivslider{
		width:15px;
		margin-left:2px;
		height:160px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldivscrollbar{
		width:10px;
		height:120px;	/* Total height - 40 pixels */
		border:1px solid #363637;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldivtheScroll{
		margin:1px;
		width:8px;
		height:13px;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldivscrollUp,#scrolldivscrollDown{
		width:11px;
		height:11px;
		text-align:center;
		font-size:11px;
		line-height:11px;
		cursor:pointer;
	}
	#scrolldivscrollUp{
		margin-bottom:2px;
	}
	#scrolldivscrollDown{
		margin-top:2px;
	}
	#scrolldivscrollDown span,#scrolldivscrollUp span{
		font-family: Symbol;
	}
