.dynamic-balk-control {
	position:			relative;
	background-image:	url("/gfx/interface/sliderbalk.gif");
	-moz-user-focus:	normal;
	-moz-user-select:	none;
	cursor:	default ;
}

.horizontal2 {
	width:				470px;
	height:				20px;
}

.vertical2 {
	width:				0px;
	height:				0px;
}

.dynamic-balk-control input {
	display:	none;
}

.dynamic-balk-control .handle2 {
	position:			absolute;	
	font-size:			1px;
	overflow:			hidden;
	-moz-user-select:	none;
	cursor:				e-resize ;
	background-image:	url("/gfx/interface/btn_slider.gif");
}
.dynamic-balk-control .handle2.hover {
	position:			absolute;	
	font-size:			1px;
	overflow:			hidden;
	-moz-user-select:	none;
	cursor:				e-resize ;
	background-image:	url("/gfx/interface/btn_sliderbalk_o.gif");
}
/* inner border
.dynamic-balk-control .handle2 div {
	font-size:			1px;
	border:				3px solid;

	behavior:			url("css/boxsizing.htc");	 /*ie path bug 
	box-sizing:			content-box;
	-moz-box-sizing:	content-box; 
	cursor:				e-resize ;
}*/
/*.dynamic-balk-control .handle2.hover div {
	font-size:			1px;
	border:				0px solid;

	background-image:	url("gfx/interface/btn_balk_o.gif");
		 behavior:			url("css/boxsizing.htc");ie path bug 
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;
	cursor:				e-resize ;
}*/

/*	inner sets size
.dynamic-balk-control.horizontal .handle2 {
	width:				12px;
	height:				22px;
}
*/

.dynamic-balk-control.horizontal .handle2 div {
	width:30px;
	height:	20px;
}

.dynamic-balk-control.horizontal .handle2.hover {

}

/* inner sets size
.dynamic-balk-control.vertical .handle2 {
	width:				22px;
	height:				12px;
}
*/

.dynamic-balk-control.vertical .handle2 div {
	width:				20px;
	height:				26px;
}

.dynamic-balk-control.vertical .handle2.hover {}

.dynamic-balk-control .line {
	
	behavior:			url("css/boxsizing.htc"); /* ie path bug */
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;
		
	position:			absolute;
	font-size:			0.01mm;
	overflow:			hidden;
	border:				0px solid;

}

.dynamic-balk-control.vertical .line {
	width:				1px;
	
}

.dynamic-balk-control.horizontal .line {
	height:				1px;
}

.dynamic-balk-control .line div {
	display:	none;
}