
	
	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:425px;
		height:447px;	/* The height of the scrolling div */
		/*background-color:#33CCFF;*/
	}
	#scrolldiv_parentContainer{
		width:383px;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
		/*border:1px solid #BC8FBD;*/
		float:left;
		position:relative;
		/*background-color:#CC6666;*/
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 0px;
		position:relative;
		/*font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 0.9em;*/
		/*line-height:130%;*/
		/*color: #333;*/
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:10px;
		margin-left:2px;
		height:340px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:11px;
		height:340px;	/* Total height - 40 pixels */
	/*	border:1px solid #8f6647;*/ 
	   margin:2px;
		position:relative;
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:9px;
		height:100px;
		background-color:#735b57;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:11px;
		height:15px;
		/*border:1px solid #8f6647;*/
		margin:1px ;
		color: #BC8FBD;
		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;
	}



