/* CSS Document */

 
	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:758px;
		height:332px;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width:742px;	/* Width of the scrolling text */
		height:332px;
		overflow:hidden; 
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 0px 0px 0px 0px;
		position:relative;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size: 12px;
		line-height:20px;
		color: #66604F;
		background:#F2F0E6;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:14px;
		margin-left:2px;
		height:332px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:12px;
		height:305px;	/* Total height - 40 pixels */
		border:1px solid #E2DCD2;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:10px;
		height:68px;
		/*background-color:#E2DCD2;*/
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:12px;
		height:9px;
		border:1px solid #df7e00;
		color: #BC8FBD;
		text-align:center;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}
	
	#light-testimonial {
		padding:26px 24px 20px 23px; 
		background:#F8F7F1; 
		border-bottom:2px solid #fff; 
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:11px; 
		line-height:14px;
	}
	
	#dark-testimonial {
		padding:26px 24px 20px 23px; 
		background:#F2F0E6; 
		border-bottom:2px solid #fff; 
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:11px; 
		line-height:14px;
	}

