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


.rslides {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.rslides li {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rslides li:first-child {
    display: block;
    float: left;
    position: relative;
}
.rslides img {
    border: 0 none;
    display: block;
    float: left;
    height: auto;
    width: 100%;
}
.rslides_container {
	clear:both;
    margin: 10px 0 30px;
    position: relative;
    width: 100%;
}
.rslides_nav {
    background: url("prev_next.gif") no-repeat scroll left top transparent;
    height: 61px;
    left: 0;
    margin-top: -50px;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 52%;
    width: 38px;
    z-index: 3;
}
.rslides_nav:active {
    opacity: 1;
}
.rslides_nav.next {
    background-position: right top;
    left: auto;
    right: 0;
}
.rslides_tabs {
    height: 18px;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 5px;
}
.rslides_tabs a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
    display: inline-block;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
    width: 9px;
}
.rslides_here a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}
