.inputSliderLabel {
display:inline-block; 
cursor: e-resize; 
 -o-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none;
 /*border-top:1px solid #999;
 border-bottom:1px solid #999;
 */
 
 text-align:center;
}

.inputSliderElement {
background: rgb(65,65,65);
background: -moz-linear-gradient(top,  rgba(65,65,65,1) 0%, rgba(59,59,59,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,65,65,1)), color-stop(100%,rgba(59,59,59,1)));
background: -webkit-linear-gradient(top,  rgba(65,65,65,1) 0%,rgba(59,59,59,1) 100%);
background: -o-linear-gradient(top,  rgba(65,65,65,1) 0%,rgba(59,59,59,1) 100%);
background: -ms-linear-gradient(top,  rgba(65,65,65,1) 0%,rgba(59,59,59,1) 100%);
background: linear-gradient(to bottom,  rgba(65,65,65,1) 0%,rgba(59,59,59,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#3b3b3b',GradientType=0 );
border-radius:5px;	
box-shadow: inset 0 1px 1px #000,
 inset 0 -1px 1px #4f4f4f;
 padding:1px 3px;
 display:inline-block;

}
.inputSliderElement input { display:inline-block; outline:none;
background:none; color:#fff; border:none; text-align:center;}

.inputSliderElement input,
.inputSliderLabel { width:65px;}

.inputSliderLeftArrow,
.inputSliderRightArrow { display:inline-block; cursor:pointer;
-o-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none;
	    color:#111;
	    font-size:16px;
}

.inputSliderElement {
	-o-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none;
}

.inputSliderLeftArrow { /*border:1px solid #999; padding:0 3px;*/}
.inputSliderRightArrow { /*border:1px solid #999; padding:0 3px;*/}

