.epc {
    position: relative;
    height: 100%;
    width: 100%;
}

.vertical-slider {
    width: 15px;
    height: 100%;
    background: #009600;	
	background: -moz-linear-gradient(bottom,  #5fcc29 0%, #f4bc61 35%, #f15a21 65%, #ce0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#5fcc29), color-stop(35%,#f4bc61), color-stop(65%,#f15a21), color-stop(100%,#ce0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #5fcc29 0%,#f4bc61 35%,#f15a21 65%,#ce0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  #5fcc29 0%,#f4bc61 35%,#f15a21 65%,#ce0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  #5fcc29 0%,#f4bc61 35%,#f15a21 65%,#ce0000 100%); /* IE10+ */
    background: linear-gradient(to top, #5fcc29 0%, #f4bc61 35%, #f15a21 65%, #ce0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5FCC29', endColorstr='#CE0000',GradientType=1);
}

.horizontal-slider {
    width: 100%;
    height: 15px;
    background: #009600;	
	background: -moz-linear-gradient(left,  #5fcc29 0%, #f4bc61 35%, #f15a21 65%, #ce0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top left, top right, color-stop(0%,#5fcc29), color-stop(35%,#f4bc61), color-stop(65%,#f15a21), color-stop(100%,#ce0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #5fcc29 0%,#f4bc61 35%,#f15a21 65%,#ce0000 100%); /* Chrome10+,Safari5.1+ */	
	background: -o-linear-gradient(left,  #5fcc29 0%,#f4bc61 35%,#f15a21 65%,#ce0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #5fcc29 0%,#f4bc61 35%,#f15a21 65%,#ce0000 100%); /* IE10+ */	
    background: linear-gradient(to right, #5fcc29 0%, #f4bc61 35%, #f15a21 65%, #ce0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5FCC29', endColorstr='#CE0000',GradientType=1);
}

.epc-mark {
    text-align: center;
    min-width: 24px;
    min-height: 18px;
    padding: 5px;
    position: absolute;
    border-radius: 5px;
    z-index: 99;
    color: #f25130;
    background: #e7e7e7;
    cursor: pointer;
}