
	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:180px;
		height:160px;	/* The height of the scrolling div */
		float:left;
		
	}
	#scrolldiv_parentContainer{
		width:100%;	/* Width of the scrolling text */
		
		overflow:hidden;
		
		
		position:relative;
		left:10px;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 10px 0px 10px 5px;
		position:relative;
		font-size:11px;
		width:180px;
	}
	#scrolldiv_content p{
	line-height:14px;
	text-align:left;
	width:190px;
	font-size:12px;	
	color:#461a00;
	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;
	}
		
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:200px;
		height:135px;
		position:absolute;
		top:0;
		left:0;
		z-index:1;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
	width:15px;
	height:140px;	/* Total height - 40 pixels */
	position:relative;
	background-image:url(../images/scroll.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-left:2px;
	
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
	margin:1px;
	width:1px;
	height:1px;
	/*background-color:#BC8FBD;*/
	position:absolute;
	top:0px;
	left:0px;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:26px;
		height:23px;
		/*border:1px solid #BC8FBD;
		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;
	}
	div#hold	{ 
	overflow:hidden;
	width:518px; height:600px; z-index:100;
	}

div#wn{ 
	position:relative; 
	left:0px; top:0px; 
	width:100%; height:460px; 
	clip:rect(0px, 100%, 100%, 0px); 
	overflow:hidden;	
	z-index:1; 
	
	}
div#lyr1{ 
	position:relative; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
  

