	
	
	.dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:130px;
		height:100px;	/* The height of the scrolling div */		
	}
	.scrolldiv_parentContainer{
		
		
		width:104px;	/* Width of the scrolling text */
		height:100px;
		overflow:hidden;
		border:1px solid #000000;
		float:left;
		position:relative;
		
	}
	
	.scrolldiv_content{			
			position:relative;
			padding-top: 3px; 
			padding-bottom: 30px;
	}
	
	a.scroll:link {color: #000066;text-decoration: none;line-height: 130%;vertical-align: baseline;margin-left: 0px;font-size: 8pt;font-family: Arial, Goudy Old Style, Verdana;} 
	a.scroll:visited {color: #666666;text-decoration: none;line-height: 130%;vertical-align: baseline;margin-left: 0px;font-size: 8pt;font-family: Arial, Goudy Old Style, Verdana;} 
	a.scroll:active {color: #CD5C5C;text-decoration: none;line-height: 130%;vertical-align: baseline;margin-left: 0px;font-size: 8pt;font-family: Arial, Goudy Old Style, Verdana;} 
	a.scroll:hover {color: #CD5C5C;text-decoration: underline;line-height: 130%;vertical-align: baseline;margin-left: 0px;font-size: 8pt;font-family: Arial, Goudy Old Style, Verdana;}
		
	a.noscroll:link {color: #000066;text-decoration: none;line-height: 130%;vertical-align: baseline;margin-left: 0px;font-size: 8pt;font-family: Arial, Goudy Old Style, Verdana;} 
	a.noscroll:visited {color: #000066;text-decoration: none;line-height: 130%;vertical-align: baseline;margin-left: 0px;font-size: 8pt;font-family: Arial, Goudy Old Style, Verdana;} 
	a.noscroll:active {color: #CD5C5C;text-decoration: none;line-height: 130%;vertical-align: baseline;margin-left: 0px;font-size: 8pt;font-family: Arial, Goudy Old Style, Verdana;} 
	a.noscroll:hover {color: #CD5C5C;text-decoration: underline;line-height: 130%;vertical-align: baseline;margin-left: 0px;font-size: 8pt;font-family: Arial, Goudy Old Style, Verdana;}

	
	/*
	The scrollbar slider 
	*/
	.scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:100px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	.scrolldiv_scrollbar{
		width:15px;
		height:60px;	/* Total height - 40 pixels */
		border:1px solid #000000;
		position:relative;
		cursor:default;		
	}
	/*
	The scrollbar handle
	*/
	.scrolldiv_theScroll{
		margin:1px;
		width:11px;
		height:13px;
		background-color:#efedde;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
		border:1px solid #000000;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	.scrolldiv_scrollUp,.scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:1px solid #000000;
		color: #BC8FBD;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	.scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	.scrolldiv_scrollDown{
		margin-top:2px;
	}
	.scrolldiv_scrollDown span,.scrolldiv_scrollUp span{
		font-family: Symbol;
	}
