#dhtmlgoodies_scrolldiv {padding: 0; margin: 0 auto;
	/* The total width of the scrolling div including scrollbar */
	width: 550px; height: 106px;
}
#scrolldiv_parentContainer {width: 500px; /* Width of the scrolling text */
	height: 100%; overflow: hidden; float:left; position: relative;}
	
/*
CSS for the scrolling content 
*/
#scrolldiv_content {padding: 5px; position: relative; font-family: 'Trebuchet MS', Lucida Sans Unicode, Arial, sans-serif; font-size: 9px; line-height: 15px;}
/*The scrollbar slider 	*/
#scrolldiv_slider{width: 15px; margin-left: 2px; height: 106px; float: left;}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
#scrolldiv_scrollbar {width: 15px; height: 106px; position: relative;}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:13px;
		background-color:#BC8FBD;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
/* Scroll buttons(The up and down arrows) */

#scrolldiv_scrollUp   {padding: 0; margin: 0 auto; width: 550px; height: 13px; color: #BC8FBD; text-align: center; font-size: 11px; line-height: 13px; cursor: pointer;
	background: transparent url(images/scroll_up.gif) no-repeat 0 0;}
#scrolldiv_scrollDown {padding: 0; margin: 0 auto; width: 550px; height: 13px; color: #BC8FBD; text-align: center; font-size: 11px; line-height: 13px; cursor: pointer;
	background: transparent url(images/scroll_down.gif) no-repeat 0 0;}

#scrolldiv_scrollUp   {margin-bottom: 2px;}
#scrolldiv_scrollDown {margin-top: 2px;}
#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{font-family: Symbol;}