#dhtmlgoodies_scrolldiv{
	/* The total width of the scrolling div including scrollbar */
	height:277px; width:365px;	/* The height of the scrolling div */
}
.td1gab2 #dhtmlgoodies_scrolldiv{
width:558px
}

#scrolldiv_parentContainer{
	width:335px;	/* Width of the scrolling text */
	height:100%;
	overflow:hidden;
	float:left;
	position:relative;
}
.td1gab2 #scrolldiv_parentContainer{
width:531px
}

/*
CSS for the scrolling content 
*/
#scrolldiv_content{		
	position:relative;
}

/*
The scrollbar slider 
*/
#scrolldiv_slider{
	width:10px;
	margin-left:8px;
	margin-right:5px;
	height:277px;
	float:left;
}

/*
The scrollbar (The bar between the up and down arrow )
*/
#scrolldiv_scrollbar{
	width:10px;
	height:249px;	/* Total height - 40 pixels */
	position:relative;
	padding:0;
	margin:0 auto;
	
}
/*
The scrollbar handle
*/
#scrolldiv_theScroll{
	margin:0 auto;
	width:3px;
	height:8px;
	background-color:#9b9b9b;
	position:absolute;	
	top:0px;
	left:4px;
	cursor:pointer;
	text-align:center
}
/*
Scroll buttons(The up and down arrows)
*/
#scrolldiv_scrollUp,#scrolldiv_scrollDown{
	width:12px;
	height:12px;
	cursor:pointer;
}
#scrolldiv_scrollUp{
	margin-bottom:4px;
}
#scrolldiv_scrollDown{
	margin-top:0;
}
#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
	font-family: Symbol;
}

/*/////////////////////////////////////////////////////////////////////////////////
	SCROLLING 2
////////////////////////////////////////////////////////////////////////////////*/

#dhtmlgoodies_scrolldiv2{
	/* The total width of the scrolling div including scrollbar */
	height:102px; width:190px; background-color: #FFFFFF;	/* The height of the scrolling div */

}
#scrolldiv2_parentContainer{
	width:163px;	/* Width of the scrolling text */
	overflow:hidden;
	float:left;
	position:relative;	
	height:102px;
}
/*
CSS for the scrolling content 
*/
#scrolldiv2_content{		
	position:relative;/* z-index:1*/	
}

/*
The scrollbar slider 
*/
#scrolldiv2_slider{
	width:10px;
	margin-left:8px;
	margin-right:5px;
	height:102px;
	float:left;
	display:none;
}

/*
The scrollbar (The bar between the up and down arrow )
*/
#scrolldiv2_scrollbar{
	width:10px;
	height:72px;	/* Total height - 40 pixels */
	position:relative;
	padding:0;
	margin:0 auto;
	
}
/*
The scrollbar handle
*/
#scrolldiv2_theScroll{
	display:none;
	margin:0 auto;
	width:3px;
	height:8px;
	background-color:#9b9b9b;
	position:absolute;	
	top:0px;
	left:5px;
	cursor:pointer;
	text-align:center
}
/*
Scroll buttons(The up and down arrows)
*/
#scrolldiv2_scrollUp,#scrolldiv2_scrollDown{
	width:12px;
	height:12px;
	cursor:pointer;
}
#scrolldiv2_scrollUp{
	margin-bottom:4px;
}
#scrolldiv2_scrollDown{
	margin-top:0;
}
#scrolldiv2_scrollDown span,#scrolldiv2_scrollUp span{
	font-family: Symbol;
}

