.rg-image-wrapper{
    position:relative;
    padding:70px 15px;
    min-height:200px;
    background-color: #eee;
}
.rg-image{
    position:relative;
    text-align:center;
    line-height:0px;
}
.rg-image img{
    max-height:100%;
    max-width:100%;
}
.rg-image-nav a{
    position:absolute;
    top:50%;
    left:-24px;
    background:transparent url(../images/carousel-grey-arrow-left.png) no-repeat top left;
    width:25px;
    height:25px;
    text-indent:-9000px;
    cursor:pointer;
    /*    opacity:0.3;*/
    outline:none;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
    right:-24px;
    left:auto;
    background:transparent url(../images/carousel-grey-arrow-right.png) no-repeat top left;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
    /*    opacity:0.8;*/
}
.rg-caption {
    text-align:center;
    margin-top:15px;
    position:relative;
}
.rg-caption p{
    font-size:11px;
    letter-spacing:2px;
    font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
    line-height:16px;
    padding:0 15px;
    text-transform:uppercase;
}
.rg-view{
    height:30px;
}
.rg-view a{
    display:block;
    float:right;
    width:16px;
    height:16px;
    margin-right:3px;

    border:3px solid #464646;
    opacity:0.8;
}
.rg-view a:hover{
    opacity:1.0;
}
.rg-view a.rg-view-full{

}
.rg-view a.rg-view-selected{

    border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{

}
@media screen and (max-width: 640px) {
    .header a{
        display:block;
        text-align:center;
        font-size:10px;
        text-shadow:none;
    }
    .header span.right_ab{
        float:none;
    }
}
/*
* elastslide.css
*/
/* Elastislide Style */
.es-carousel-wrapper{
    padding-top: 97px;
    position:relative;
}
.es-carousel{
    overflow:hidden;
}
.es-carousel ul{
    display:none;
}
.es-carousel ul li{
    height:100%;
    float:left;
    display:block;
    text-align: center;
    padding-bottom: 100px;
    position: relative;
}
.es-carousel ul li .text-container div.description{
    display: none;
}
.es-carousel ul li a{
    display:block;
    border-style:solid;
    border-color:#fff;
    -webkit-touch-callout:none;
    /* option */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    overflow: hidden;
    max-width: 136px;
    margin: 0 auto;
}
.es-carousel ul li.selected a{
    border-color:#f5eb12;
}
.es-carousel ul li.selected:after{
    content: url("../images/triangle.png");
    width: 16px;
    height: 15px;
    position: absolute;
    bottom: 0px;
    left: 47%;
}
.es-carousel ul li a img{
    display:block;
    border:none;
    height:100%;
    width:100%;
}
.es-nav span{
    position:absolute;
    top:50%;
    left:-24px;
    background:transparent url(../images/carousel-grey-arrow-left.png) no-repeat top left;
    width:25px;
    height:25px;
    margin-top:-13px;
    text-indent:-9000px;
    cursor:pointer;
    opacity:0.8;
}
.es-nav span.es-nav-next{
    right:-24px;
    left:auto;
    background:transparent url(../images/carousel-grey-arrow-right.png) no-repeat top left;
}
.es-nav span:hover{
    opacity:1.0;
}
@media (max-width: 1249px){
    .es-carousel{
        margin: 0px 25px;
    }
    .es-nav span, .rg-image-nav a{
        left: 5px;
    }
    .es-nav span.es-nav-next, #rg-gallery .rg-image-wrapper .close-intro, .rg-image-nav a.rg-image-nav-next{
        right:5px;
    }
}