.selezionaPercentuale{
	float: left;
	width: 190px;
}

.container{ 
	width: 190px;
	float: left;

}

.slider_container, .slider_container2 { 
    position: relative; 
    height: 40px;
}

.small_label, .small_label2 { 
    background: url(../img/minus.gif) no-repeat; 
    height: 19px; 
	width: 18px; 
    overflow: hidden; 
	position: relative;
    float: left; 
}

.slider_bar, .slider_bar2 { 
    background: url(../img/bar.gif) no-repeat; 
    height: 13px; 
    width: 113px;  
    float: left; 
    margin: 0px 5px; 
    position: relative;
}

.large_label, .large_label2 { 
    background: url(../img/plus.gif) no-repeat; 
    height: 19px; 
    width: 30px; 
    overflow: hidden; 
	margin-left: 8px;
	 position: relative;
    float: left; 
}


.slider_handle, .slider_handle2 { 
    background: url(../img/selector.gif) no-repeat; 
    height: 12px; 
    width: 12px; 
    overflow: hidden; 
    position: absolute; 
    top: 1px;
}

/*#slider_callout1, #slider_callout2*/
 .slider-callout-class{ 
    background: url(../img/callout.gif) no-repeat; 
    height: 28px; 
    width: 24px; 
    overflow: hidden; 
    position: absolute; 
    top: -30px;
    margin-left:-6px; 
 	padding: 5px 0px 5px 0px;
    font-family: arial, verdana; 
    color: #284a6e; 
	font-size: 10px;
    text-align: center;
	z-index: 99999;
	}

