#dhtmlgoodies_scrolldiv {
	/* The total width of the scrolling div including scrollbar */
	height: 320px; 
	width: 460px;
	margin-left:20px; /* The height of the scrolling div */
}
#scrolldiv_parentContainer {
	width: 430px;/* Width of the scrolling text */
	height: 300px;
	margin-right: 18px;	
	float: left;
	overflow: hidden;
	position: relative;
}
/* CSS for the scrolling content */
#scrolldiv_content {
	position: relative;
	line-height: 130%;
}
/* The scrollbar slider */
#scrolldiv_slider{
	width: 7px;	 	
	height: 320px;
	float: left;
}
/* The scrollbar (The bar between the up and down arrow ) */
#scrolldiv_scrollbar {
	width: 7px;
	height: 280px;	/* Total height - 40 pixels */
	background: url(../img/slide_bg.gif) repeat-y top left;
	position: relative;
}
/* The scrollbar handle */
#scrolldiv_theScroll {
	width: 7px;
	height: 15px;
	background: url(../img/slide.gif) no-repeat top left;
	position: absolute;	
	top: 0px;
	left: 0px;
	cursor: pointer;
}
/* Scroll buttons(The up and down arrows) */
#scrolldiv_scrollUp,#scrolldiv_scrollDown {
	width: 7px;
	height: 7px;
	background: url(img/slide_bg.jpg) repeat-y top left;
	text-align: center;
	line-height: 7px;
	cursor: pointer;
}
#scrolldiv_scrollDown span,#scrolldiv_scrollUp span {font-family: Symbol;}
