	#dhtmlgoodies_scrolldiv{
		width:620px;
		height:400px;/
	}
	#scrolldiv_parentContainer{
		width:600px;
		height:100%;
		overflow:hidden;
		float:left;
		position:relative;
	}

	#scrolldiv_content{
		padding: 0px;
		position:relative;
		font-size: 0.9em;
		line-height:130%;
	}
	

	#scrolldiv_slider{
		width:10px;
		margin-left:2px;
		height:420px;
		float:left;
	}

	#scrolldiv_scrollbar{
		width:10px;
		height:460px;	
		position:relative;
		background:url(/naval/images/scroll_arkaplan.gif) left top no-repeat;
	}

	#scrolldiv_theScroll{
		margin:1px;
		width:8px;
		height:191px;
		background:url(/naval/images/scroll.jpg) left top no-repeat;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}

	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:0px;
		height:0px;
		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;
	}
