input[type=range].vVertical {
		    -webkit-appearance: none;
		    width: 113px;
		    height:3px; 
		    background-color: black;
 
			transform:rotate(-90deg); 
			-ms-transform:rotate(-90deg); /* Internet Explorer */
			-moz-transform:rotate(-90deg); /* Firefox */
			-webkit-transform:rotate(-90deg); /* Safari et Chrome */ 
			-o-transform:rotate(-90deg); /* Opera */
			cursor: pointer;
		}
		 
		input[type="range"]::-webkit-slider-thumb {
	    -webkit-appearance: none;
	    background: #959595; /* Old browsers */
		background: -moz-linear-gradient(left, #959595 0%, #0d0d0d 0%, #010101 34%, #dddddd 35%, #dddddd 63%, #010101 64%, #010101 68%, #0a0a0a 100%, #1b1b1b 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #959595 0%,#0d0d0d 0%,#010101 34%,#dddddd 35%,#dddddd 63%,#010101 64%,#010101 68%,#0a0a0a 100%,#1b1b1b 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #959595 0%,#0d0d0d 0%,#010101 34%,#dddddd 35%,#dddddd 63%,#010101 64%,#010101 68%,#0a0a0a 100%,#1b1b1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-9 */
		    width: 14px;
		    height: 28px;
		}

		.sliderG {
		    display: table-cell;
		    vertical-align: middle;
		    height: 170px;
		    width: 20px;
		    text-align: left;
            /* background-color: red; */
		    background-image:url(../images/volSlide.png);
			background-repeat:no-repeat;
			background-position: 50% 60% ;
			background-size: 61%;
			 
		}

		.sliderD {
		    display: table-cell;
		    vertical-align: middle;
		    height: 170px;
		    width: 20px;
/*		    text-align: right;
		    margin-left: 2em;*/
            /* background-color: red; */
		    background-image:url(../images/volSlide.png);
			background-repeat:no-repeat;
			background-position: 50% 60%;
			background-size: 61%;
		}