/*! http://responsiveslides.com v1.53 by @viljamis */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 800px;
    margin: 0 !important;
	margin: -45px 0px 0px -45px !important;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 800px;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 800px;
    border: 0;
}
/** metaslider custom styles **/
.rslides_tabs {
    margin-left: -45px;
	margin-bottom: 30px;
    padding: 0px 0 !important;
    font-size: 0px;
    list-style: none;
    padding: 10px 0;
    text-align: center;
    width: 800px;
	height: 10px;
	background-image:url(../../../../../themes/blankslate/images/carousel_divider.jpg);
}

.rslides_tabs li {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: none;
    margin-right: 1px;
    list-style-type: none;
}

.rslides_tabs a {
    text-decoration: none;
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
    color: white;
}

.rslides_tabs a:hover {
    border: 0;
    color: white;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}

.rslides_nav {
    color: #FFFFFF;
    padding: 0px;
	width: 50px;
	height: 60px;
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer;
    margin-top: -15px;
}

.rslides_nav.prev {
	background-image:url(../../../../../themes/blankslate/images/carousel_left_arrow.png);
    left: -51px;
	text-indent: -9999px;              
    text-decoration: none;
}

.rslides_nav.next {
	background-image:url(../../../../../themes/blankslate/images/carousel_right_arrow.png);
	text-indent: -9999px;              
    right: -51px;
    text-decoration: none;
}

.rslides li,
.rslides .rslides_tabs {
    border: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    margin: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    list-style-type: none;
	background-color: none;
}