#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
	width: 300px;
	height: 300px;
	margin-left: 10px;
	margin-top: 144px;
	font-size:10px;
	text-align:right;
	float:left;
	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width:300px;	/* Width of the scrolling text */
		height:300px;
		overflow:hidden;
		/*border:1px solid #BC8FBD;*/
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding-right: 10px;
		position:relative;
		line-height:130%;
		color: #ffffff;
		font-family:Arial, Helvetica, sans-serif, Tahoma;
		font-size:12px;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:300px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
	/*width:15px;
	height:200px;	
	position:relative;
	background-image: url(images/bg-scroll-home.gif);
	background-repeat: repeat-y;
	background-position: 7px;*/		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
	/*margin:0px;
	width:9px;
	height:60px;
	position:absolute;
	top:0px;
	left:3px;
	cursor:pointer;*/

	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		/*width:15px;
		height:16px;
		border:1px solid #BC8FBD;
		color: #BC8FBD;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;*/
	}
	#scrolldiv_scrollUp{
		margin-bottom:0px;
	}
	#scrolldiv_scrollDown{
		margin-top:15px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}