/* Plugin base styles */
.slider { 
	position: relative;
	width: 100%;
	overflow: hidden; 
        height:auto;
}

ul.slides { 
	position: relative;
	padding: 0;
	list-style: none;
	letter-spacing: 0;
	word-spacing: 0;
	font-size: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
        margin-bottom: -5px;
}

.slides li { 
	position: relative;
	display: inline-block;
	-webkit-backface-visibility: hidden;
}

.slides li img { 
	display: block;
	width: 100%; 
	height: auto;
}

/* Non-plugin styles */
.slide-nav { 
        text-align: center;
	position: relative;
        display: block;
	bottom: 0px;
	z-index: 1;

}

.slide-nav ul {
	letter-spacing: 0;
	word-spacing: 0;
	font-size: 0;
        margin-top: 0px;
        margin-bottom: 10px;
}

.slide-nav li { display: inline-block; }

.slide-nav li a {
	display: block;
	background: #fff;
	border: 2px solid #f86931;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	margin: 0 10px 0 0;
	border-radius: 100%;
}

.slide-nav li a.active { background: #f86931; }

/* Slider contents */
.slider .slide-text {
	position: absolute;
	z-index: 1;
	font-size: 36px;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
}

.slider .slide-title {
	width: 500px;
	top: 30px;
	left: 20px;
	font-size: 20px;
	color: #fff;
}

.slider .slide-title span {
	font-size: 60px;
	line-height: 80px;
	padding: 0 0 10px;
	display: inline-block;
	text-shadow: 0 3px 1px rgba(0%, 0%, 0%, 0.3);
}

.slider .slide-ring {
	width: 200px;
	height: 100px;
	padding: 50px 0;
	right: 80px;
	bottom: 20px;
	text-align: center;
	border-radius: 100px;
	line-height: 22px;
	background: rgba(100%, 100%, 100%, 0.9);
}

.slider .slide-ring span {
	font-size: 28px;
	line-height: 36px;
	display: inline-block;
}

/**************************************/

.price-container{
position: relative;
height: 66px;
width: 205px;
}
#price-slider-container{
width: 100%;
top: 10px;
border: 1px solid #75c8c7;
background: #5eb0af;/* url('http://zenevilag.net/bundles/frontendlayout/images/slider-bg-1.png') 0 30px;*/
left: 0;
height: 9px;
border-radius: 5px;
position: absolute;
}
#price-slider{
width: 175px;
margin: 0 12.5px;
/*top: 10px;
border: 1px solid #75c8c7;
background: #5eb0af url('http://zenevilag.net/bundles/frontendlayout/images/slider-bg-1.png') 0 30px;*/
left: 0;
height: 9px;
border-radius: 5px;
position: absolute;
/*padding: 0 15px;*/
top: -2px;
}
#price-slider .ui-slider-range{
bottom: -1px;
background: #d7f7f7;/* url('http://zenevilag.net/bundles/frontendlayout/images/slider-bg-2.png') 0 30px;*/
border: 1px solid #4db0af;
height: 9px;
border-radius: 5px;
position: absolute;
}
#price-slider a{
width: 12.5px;
height: 28px;
bottom: -10px;
border: 1px solid #5eb0af;
background: #f86931;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
position: absolute;
margin-left: -5px;
top: -0.7em;
}