﻿.slider_button{
	width:100px;
	height:100px;
	position:absolute;
	top:-48px;
	left:-50px;
}

.sliderbutton{
	width:50px;
	height:20px;
	position:absolute;
	top:40px;
	left:25px;
	-webkit-border-radius:10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0095CC), to(#00678E));
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-size: 14px;
    text-align: center;
    color: white;
}

.sliderbutton.on{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FAA51A), to(#F47A20));
}

.sliderbutton.disabled{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(250,134,134)), to(rgb(207,9,9)));
}

.slidercomment{
	height:0px;
	padding-left:50px;
	padding-top:15px;
	position:absolute;
	top:0px;
	height:40px;
	width:100%;
}

.slidercontainer{
	height:60px;
	width:100%;
	position:absolute;
	top:40px;
	height:60px;
}

.slidercontainer.notitle{
	height:60px;
	width:100%;
	position:absolute;
	top:10px;
	height:60px;
}

.sliderBar{
	background: #000000;
	width:100%;
	height:4px;
	position:absolute;
	top:90px;
	left:50px;
	top: 28px;
	-webkit-border-radius:5px;
}

.sliderMarker{
	background: #000000;
	width:4px;
	height:50%;
	position:absolute;
	top:25%;
	left:50px;
	-webkit-border-radius:5px;
}
