	p{
		margin-top:0px;
	}
	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:300px;
		height:300px;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width:300px;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
		/*border:1px solid #BC8FBD;*/
		float:left;
		position:relative;
	}
	#dhtmlgoodies_scrolldivless{
		/* The total width of the scrolling div including scrollbar */
		width:300px;
		height:300px;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainerless{
	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: 1px;*/
		position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:130%;
	color: #333;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
	width:15px;
	height:1px;
	margin-left:2px;
	/*height:500px;*/
		/*height:300px;*/
		float:right;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:1px;
		/*height:460px;	/* Total height - 40 pixels */
/*		height:300px;*/
		/*border:1px solid #BC8FBD;*/
	
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
	margin:1px;
	width:17px;
	height:16px;
	/*		height:13px;*/
		/*background-color:#BC8FBD;*/
		position:absolute;
	cursor:pointer;
	left: 412px;
	top: 611px;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:8px;
		/*height:10px;*/
		/*border:1px solid #BC8FBD;*/
		/*color: #BC8FBD;*/
		text-align:right;
		/*font-size:16px;*/
		/*line-height:16px;*/
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
	float:right;
	vertical-align: bottom;
		/*margin-bottom:1px;*/
	}
	#scrolldiv_scrollDown{
	vertical-align: bottom;	
/*		margin-top:1px;*/
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}		
	#outer
	{
	height:300px;
	width:806px;
	position:relative;
	top: 0px;
	}
