.slider-wrap {
background: #FFF;
padding: 3px;
border-radius: 3px;
-moz-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0px 1px 5px rgba(194, 194, 194, 0.2);
}

.slider {
-webkit-user-select: none;
background-color: #FDA016;
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, rgba(0, 0, 0, 0)), color-stop(.5, rgba(0, 0, 0, 0)), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
background-image: linear-gradient(135deg, rgba(146, 146, 146, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(146, 146, 146, .15) 50%, rgba(146, 146, 146, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
-webkit-animation: animate-stripes 3s linear infinite;
-moz-animation: animate-stripes 3s linear infinite;
border-radius: 4px;
-webkit-background-size: 30px 30px;
-moz-background-size: 30px 30px;
background-size: 30px 30px;
}

.slider {
overflow: hidden;
white-space: nowrap;
text-align: center;
border-right: 1px solid #EBEBEB;
padding: 10px 0px;
-webkit-animation: slideit 1.5s;
-moz-animation: slideit 1.5s;
}

@-webkit-keyframes slideit {
        0% { width: 0; }
}

@-moz-keyframes slideit {
        0% { width: 0; }
}

.progress-label {
	position:absolute;
	top:2px;
	left:14px;
	font-size: 16px;
	text-shadow: 0px 2px 3px #fff;
};