/* CSS Document */

#dhtmlgoodies_scrolldiv{
		width:420px;
		height:400px;
	}
	#scrolldiv_parentContainer{
		width:400px;
		height:100%;
		overflow:hidden;
		float:left;
		position:relative;
	}
	#scrolldiv_slider{
		width:9px;
		margin-left:0px;
		height:400px;
		float:left;
		position: absolute;
		left: 18px;
	}
	#scrolldiv_scrollbar{
		width:9px;
		height:360px;
		background-color: #eff3f6;
		position:relative;
	}
	#scrolldiv_theScroll{
		margin:1px;
		width:9px;
		height:40px;
		background-color: #eff3f6;
		position:relative;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		width:10px;
		margin-left: 1px;
		height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollDown{
		width:10px;
		margin-left: 1px;
		margin-bottom: 0px;
		height:16px;
		cursor:pointer;
	}


