.ss-slides-wrap {
    position: relative;
    display: inline-block;
    line-height: 0px;
	width: 100%;
	height: 90vh;
	float: left;
}
.ss-capwrap {
    text-align:center;
    position:absolute;
    bottom:5px;
    width:100%;
}
.ss-caption {
    background: #444444; 
    border-radius:4px;
    color:#fff;    
    padding:15px 10px;
    font-family:sans-serif;
    font-size:16px;
    display: inline-block;
}
.ss-pag-wrap {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 10%;
}
.ss-paginate {
    display: inline-block;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 4px;
    background: none;  
}
.ss-paginate a:link,
.ss-paginate a:visited {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 3px 6px;
    background: #fff;
}
.ss-current {
    background:#ca6641 !important;
}
.ss-slides {
	width: 100%;
	float: left;
	position: relative;
	height: 100%;
    position:relative;
    overflow:hidden;
    display:inline-block;
    transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -webkit-transform-origin:50% 50%;
}
.ss-slide {
	width: 100%;
	height: 100%;
    top:0;
    left:0;
    position: absolute;
    zoom: 1;
    line-height:0;
    -webkit-backface-visibility: hidden;
}
.ss-slide:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.ss-slide img {
    width:100%;    
	height: 100%;
}
.notrans {
    -webkit-transition: none!important;
    -moz-transition:none!important;
    transition: none!important;
}
#ss-prev, #ss-next {
    position: absolute;
    top: 46%;
    z-index: 50;
    font-size: 75px;
    font-family: serif;
    margin-top: -20px;
    line-height: 31px;
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    text-align: center;
}
#ss-prev:hover, #ss-next:hover {
    color:#000;
}
#ss-prev {
    left:9px;
}
#ss-next {
    right:9px;
}
@media only screen and (max-width:645px) {
	.ss-slides-wrap{
		height: 300px !important;
	}
}