.atrapssimpleresponsiveslider2_container {
    margin: 10px 0;
    position: relative;
    float: left;
    width: 100%;
}

.atrapssimpleresponsiveslider2 {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.atrapssimpleresponsiveslider2 li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.atrapssimpleresponsiveslider2 img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}

.atrapssimpleresponsiveslider2_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("img/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.atrapssimpleresponsiveslider2_nav:active {
    opacity: 1.0;
}

.atrapssimpleresponsiveslider2_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

@media screen and (max-width: 600px) {
    /*h1 {
        font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }*/
    .callbacks_nav {
        top: 47%;
    }
}

.atrapssimpleresponsiveslider2_tabs {
    margin-top: 10px;
    text-align: center;
    clear: both;
    width: 100%;
    padding: 0!important
}

.atrapssimpleresponsiveslider2_tabs li {
    display: inline;
    float: none;
    _float: left;
    margin-right: 2.5px;
    margin-left: 2.5px;
}
.atrapssimpleresponsiveslider2_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    /*-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;*/
    background: #ccc;
    background: rgba(0,0,0, .2);
    display: inline-block;
    _display: block;
    /* *display: block;*/
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    width: 9px;
    height: 9px;
}

.atrapssimpleresponsiveslider2_tabs .atrapssimpleresponsiveslider2_here a {
    background: #222;
    background: rgba(0,0,0, .8);
}

.atrapssimpleresponsiveslider2 .atrapssimpleresponsiveslider2_caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 14px;
    text-shadow: none;
    /*color: #fff;
    background: #000;
    background: rgba(0,0,0, .8);*/
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}