#dhtmlgoodies_scrolldiv
	{
	width:530px;
	height:498px;
	}

#scrolldiv_parentContainer
	{
	width:500px;	/* Width of the scrolling text */
	height:100%;
	overflow:hidden;
	float:left;
	position:relative;
	}

#scrolldiv_content
	{
	padding: 24px 20px 20px 20px;
	position:relative;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #66604F;
	text-align:justify;
	}
/*
The scrollbar slider 
*/
#scrolldiv_slider
	{
	width:14px;
	margin-left:2px;
	float:left;
	}
/*
The scrollbar (The bar between the up and down arrow )
*/
#scrolldiv_scrollbar
	{
	width:14px;
	position:relative;
	}
/*
The scrollbar handle
*/
#scrolldiv_theScroll
	{
	margin:1px;
	width:14px;
	height:72px;
	background-color:#e94404;
	position:absolute;	
	top:0px;
	left:0px;
	cursor:pointer;
	}
/*
Scroll buttons(The up and down arrows)
*/
#scrolldiv_scrollUp,#scrolldiv_scrollDown
	{
	width:14px;
	height:14px;
	text-align:center;
	cursor:pointer;
	}
	
#scrolldiv_scrollUp
	{
	margin-bottom:0px;
	}
	
#scrolldiv_scrollDown
	{
	margin-top:0px;
	}
	
#scrolldiv_scrollDown span,#scrolldiv_scrollUp span
	{
	font-family: Symbol;
	}

