.snappySlideBar {
	height: 10px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: none;
	background: -moz-linear-gradient(top,  #aeaeae 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aeaeae), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aeaeae 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aeaeae 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aeaeae 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #aeaeae 0%,#ffffff 100%); /* W3C */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#aeaeae, endColorstr=#ffffff)"; /*IE 8,9*/
	position: relative;
	float: left;
}


.snappySlideBarActive{
	position: absolute;
	left:0;
	top: 0;
	height: 10px;
	width: 100%;
}

.snappyLayer {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #333;
	background-color: #4f4f4f;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0;
}

.snappyLayer.white {
	border: 1px solid #fff;
	background-color: #fff;
	opacity: 0.6;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.snappySnapper {
	width: 1px;
	height: 100%;
	position: relative;
}
.snappySlideHandler {
	width: 22px;
	height: 23px;
	top: -7px;
	left: -12px;
	position: relative;
	border-radius: 15px 15px 15px 15px;
	background-image: url(../../img/slider/handler.png);
	background-repeat: no-repeat;
}
.snappyPoi {
	top: 0;
	position: absolute;
	width: 1px;
	height: 100%;
	/*	background: none repeat scroll 0 0 #999999;*/
}
.snappyPoiBody {
	width: 2px;
	height: 10px;
	/*	background-color: #333333;*/
	left: -3px;
	position: relative;
}

.snappySlideBubble {
	background: none repeat scroll 0 0 #4F4F4F;
	border: 1px solid #EEEEEE;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	left: -29px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	bottom: -35px;
	width: 80px;
}

.snappySlideBubblePeak {
	top: -8px;
	left: 33px;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #4F4F4F;
}

.snappySlideBubbleText {
	cursor: pointer;
}

.snappyTextarea {
	margin: 0;
	position: absolute;
	background: #888888;
	z-index: -5;
	padding-top: 5px;
}

.snappyTextarea span {
	color: #888888;
	position: absolute;
	padding: 10px 0 0;
	text-align: center;
	border-right: 1px solid #d9d9d9;
	font-size: 10px;
}

.snappyTextarea span.last {
	border-right: none;
}

.sdeSlider .arrow {
	width: 20px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.sdeSlider .arrow.left {
	background-image: url(../../img/slider/arrow_left.png);
	margin: -4px 20px 0 0;
}

.sdeSlider .arrow.right {
	background-image: url(../../img/slider/arrow_right.png);
	margin: -4px 0 0 20px;
}
