	#dhtmlgoodies_scrolldiv{

		/* The total width of the scrolling div including scrollbar */

		width:260px;

		height:500px;	/* The height of the scrolling div */

	}

	#scrolldiv_parentContainer{

		width:230px;	/* Width of the scrolling text */

		height:300px;

		overflow:hidden;

		float:left;

		position:relative;

	}

	

	/*

	CSS for the scrolling content 

	*/

	#scrolldiv_content{

		padding: 5px;

		position:relative;

		font-family: Arial, Helvetica, sans-serif;

		font-size: 0.95em;

		line-height:130%;

		color: #FFF;

	}

	

	/*

	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:260px;	/* Total height - 40 pixels */

		position:relative;

		

	}

	/*

	The scrollbar handle

	*/

	#scrolldiv_theScroll{

		margin:1px;

		width:13px;

		height:13px;

		background-color:#BB9990;

		position:absolute;	

		top:0px;

		left:0px;

		cursor:pointer;

	}

	/*

	Scroll buttons(The up and down arrows)

	*/

	#scrolldiv_scrollUp,#scrolldiv_scrollDown{

		width:15px;

		height:16px;

		color: #BC8FBD;

		text-align:center;

		font-size:16px;

		line-height:16px;

		cursor:pointer;

	}

	#scrolldiv_scrollUp{

		margin-bottom:5px;

	}

	#scrolldiv_scrollDown{

		margin-top:5px;

	}

	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{

		font-family: Symbol;

	}
