body {
	background: #f2f2f4;
}
section {
	width: 100%;
	height: auto;
	margin: 70px auto 0;
	position: relative;
}
#slider{
	border-width: 1px;
	border-style: solid;
	border-color: #333 #333 #777 #333;
	border-radius: 25px;
	width: 100%;
	position: absolute;
	height: 35px;
	background-color: #8e8d8d;
	background: url('../images/bg-track.png') repeat top left;
    box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 
    				  0 1px 0 0px rgba(250, 250, 250, .5);

}
.tooltip {
	position: absolute;
	display: block;
	top: -50px;
	width: 170px;
	margin-left: -93px;
	height: 44px;
	color: #fff;
	text-align: left;
	padding-top: 8px;
	padding-left: 18px;
	font: 12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('../images/bgTooltip.png') no-repeat 100% 100%;
}
.volume {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	right: -5px;
	background: url('../images/volume.png') no-repeat 0 -50px;
	position: absolute;
	margin-top: -5px;
}
.ui-slider-handle {
	position: absolute !important;
	z-index: 2 !important;
	width: 75px !important;
	height: 48px !important;
	cursor: pointer !important;
	background: url('../images/handle.png') no-repeat 100% 100% !important;
	font-weight: bold !important;
	color: #1C94C4 !important;
	outline: none !important;
	top: -7px !important;
	margin-left: -42px !important;
	border: none !important;
}
.ui-slider-range {
	background: #ffa200; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffa200 0%, #fbe401 50%, #addf0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffa200), color-stop(50%,#fbe401), color-stop(100%,#addf0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffa200 0%,#fbe401 50%,#addf0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffa200 0%,#fbe401 50%,#addf0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffa200 0%,#fbe401 50%,#addf0e 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffa200 0%,#fbe401 50%,#addf0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa200', endColorstr='#addf0e',GradientType=1 ); /* IE6-9 */

	position: absolute;
	border: 0;
	top: 0;
	height: 100%;
	border-radius: 25px;
}