@charset "utf-8";

.samp-slider.samp-slider-mask{
display: block;
position: relative;
overflow: hidden;
margin: 0 auto 0 auto;
list-style-type: none;
clear: both;
height: 595px;
}

.samp-slider .samp-container-horizontal{
display: block;
min-width: 2000px;
list-style: none;
list-style-type: none;
margin: 0;
padding: 0;
clear: both;
height: 595px !important;
}	

.samp-slider .samp-container-horizontal .samp-container{
	display:block;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	opacity:0.9;
	list-style:none;
	list-style-type:none;
	overflow:hidden;
	margin:0;
	padding:0;
}

.samp-slider .samp-container-horizontal .samp-container img{
	width:100%;
	height:auto;
}

.samp-slider.samp-slider-mask .slide-horizontal{
	display:block;
	width:50px;
	height:50px;
	padding:10px;
	clear:both;
	position:absolute;
	bottom:50%;
	margin-top:-50px;
	cursor:pointer;
	background-color: rgba(0,0,0, 0.75);
    background-image:url(../images/icons-controls.png);
	background-repeat:no-repeat;
    background-position: -400px top;
	background-size:auto 200%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

.samp-slider.samp-slider-mask .slide-horizontal:hover{
	opacity:1;
}

.samp-slider.samp-slider-mask .slide-horizontal-prev{
	left:0;
}

.samp-slider.samp-slider-mask .slide-horizontal-next{
	right:0;
	background-position: -400px bottom;
}



[class*='dragon-grab-']{
    background-color:rgba(0,0,0, 0.5);
}
.dragon-grab-slide-next{
 background-position:-50px bottom;
}
.dragon-grab-slide-prev{
 background-position:-250px bottom;
}
.dragon-grab-frw-next{
 background-position:-100px bottom;
}
.dragon-grab-frw-prev{
 background-position:-300px bottom;
}
.dragon-grab-fastfrw-next{
     background-position:-150px bottom;
}
.dragon-grab-fastfrw-prev{
 background-position:-350px bottom;
}
.dragon-grab-end{
     background-position:right bottom;
}

.samp-slider.samp-slider-mask .samp-slider-dragon .dragon-line{
	width:0%;
	height:6px;
	background-color:#333;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    border-radius:3px;
}

.samp-slider.wait {
	background-image:url(../images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center;
}