
.rslides {
    margin: 0 auto 40px;
}
#slider2, #slider3 {
    box-shadow: none;
    margin: 0 auto;
}
.rslides_tabs {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 5px rgba(0, 0, 0, 1) inset;
    font-size: 18px;
    list-style: outside none none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}
.rslides_tabs a {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    height: auto;
    line-height: 20px;
    padding: 9px 20px;
    width: auto;
}
.rslides_tabs li:first-child {
    margin-left: 0;
}
.rslides_tabs .rslides_here a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: bold;
}
a {
    color: #fff;
    text-decoration: none;
}
#download {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 60px auto;
    max-width: 500px;
    padding: 20px;
}
#download:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.15);
}

.events {
    list-style: outside none none;
}
.callbacks_container {
    float: left;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
}
.callbacks {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.callbacks li {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.callbacks img {
    border: 0 none;
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}
.callbacks .caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 20px;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    text-shadow: none;
    z-index: 2;
}
.callbacks_nav {
    background: url("themes/themes.gif") no-repeat scroll left top transparent;
    height: 61px;
    left: 0;
    margin-top: -45px;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 52%;
    width: 38px;
    z-index: 3;
}
.callbacks_nav:active {
    opacity: 1;
}
.callbacks_nav.next {
    background-position: right top;
    left: auto;
    right: 0;
}
#slider3-pager a {
    display: inline-block;
}
#slider3-pager img {
    float: left;
}
#slider3-pager .rslides_here a {
    background: none repeat scroll 0 0 transparent;
    box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
    padding: 0;
}
@media screen and (max-width: 600px) {
h1 {
    font: 24px/50px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.callbacks_nav {
    top: 47%;
}
}
