/* OutHouse MEDIUM skin */
.dhtmlxSlider_outhouseMedium {
 	position:relative;
	/*overflow:hidden;*/
  	height:22px;
}


.dhtmlxSlider_outhouseMedium .tick {
	position:absolute;
	overflow:hidden;
  	width:22px;
	height:5px;
	margin-top: 15px;
}

.dhtmlxSlider_outhouseMedium .selector {
	position:absolute;
	overflow:hidden;
  	height:22px;
	width:30px;
	left:5px;
	
	z-index:9990;
}

.dhtmlxSlider_outhouseMedium .leftSide {
  	position:absolute;
  	left:0px;
  	top:0px;
  	width:6px;
  	height:22px;
}

.dhtmlxSlider_outhouseMedium .leftZone {
	position:absolute;
	top:0px;
	left:6px;
 	height:22px;
}

.dhtmlxSlider_outhouseMedium .rightSide {
  	position:absolute;
  	right:0px;
  	top:0px;
  	width:6px;
  	height:22px;
}

.dhtmlxSlider_outhouseMedium .rightZone {
	position:absolute;
	left:6px;
	top:0px;
 	height:22px;
}

.dhtmlxSlider_outhouseMedium .bgZone {
	position:absolute;
	left:6px;
	top:0px;
 	height:22px;
}


.dhtmlxSlider_outhouseMedium .sliderLabel {
	position:absolute;
	right: 0px;
	width: 200px;
	padding-right:26px;
	z-index:9989;
	
	color:#666;
	text-align:right;
	font-size:16px;
	/*font-weight:bold;*/
	
	cursor:pointer;
}

.dhtmlxSlider_outhouseMedium .ln_1{
		margin-top:7px;
}

.dhtmlxSlider_outhouseMedium .ln_2{
		margin-top:-13px;
}




/* End OutHouse MEDIUM skin */


/* OutHouse NARROW skin */
.dhtmlxSlider_outhouseNarrow {
 	position:relative;
	/*overflow:hidden;*/
  	height:18px;
}

.dhtmlxSlider_outhouseNarrow .selector {
	position:absolute;
	overflow:hidden;
  	height:18px;
	width:24px;
	left:5px;
}

.dhtmlxSlider_outhouseNarrow .leftSide {
  	position:absolute;
  	left:0px;
  	top:0px;
  	width:6px;
  	height:18px;
}

.dhtmlxSlider_outhouseNarrow .leftZone {
	position:absolute;
	top:0px;
	left:6px;
 	height:18px;
}

.dhtmlxSlider_outhouseNarrow .rightSide {
  	position:absolute;
  	right:0px;
  	top:0px;
  	width:6px;
  	height:18px;
}

.dhtmlxSlider_outhouseNarrow .rightZone {
	position:absolute;
	left:6px;
	top:0px;
 	height:18px;
}

.dhtmlxSlider_outhouseNarrow .bgZone {
	position:absolute;
	left:6px;
	top:0px;
 	height:18px;
}


.dhtmlxSlider_outhouseNarrow .sliderLabel {
	position:absolute;
	right: 22px;
	width: 200px;
	padding-top:6px;
	
	color:#666;
	text-align:right;
	font-size:14px;
	
	cursor:pointer;
}
/* End OutHouse NARROW skin */


/* OutHouse WIDE skin */
.dhtmlxSlider_outhouseWide {
 	position:relative;
	/*overflow:hidden;*/
  	height:31px;
}

.dhtmlxSlider_outhouseWide .selector {
	position:absolute;
	overflow:hidden;
  	height:31px;
	width:39px;
	left:5px;
}

.dhtmlxSlider_outhouseWide .leftSide {
  	position:absolute;
  	left:0px;
  	top:0px;
  	width:31px;
  	height:31px;
}

.dhtmlxSlider_outhouseWide .leftZone {
	position:absolute;
	top:0px;
	left:31px;
 	height:31px;
}

.dhtmlxSlider_outhouseWide .rightSide {
  	position:absolute;
  	right:0px;
  	top:0px;
  	width:31px;
  	height:31px;
}

.dhtmlxSlider_outhouseWide .rightZone {
	position:absolute;
	left:20px;
	top:0px;
 	height:31px;
}

.dhtmlxSlider_outhouseWide .bgZone {
	position:absolute;
	left:31px;
	top:0px;
 	height:31px;
}


.dhtmlxSlider_outhouseWide .sliderLabel {
	position:absolute;
	right: 35px;
	width: 200px;
	padding-top:8px;
	
	color:#666;
	text-align:right;
	font-size:14px;
	
	cursor:pointer;
}
/* End OutHouse WIDE skin */