/* Site Specific styles*/


/*.ie7 .limit-row{
    width:940px;
}*/

.ig__image-gallery {
    background:#f6f5f1;
    max-height: 340px;
    overflow: hidden;
    padding: 0;
}

    .ig__image-gallery ul,
    .ig__image-gallery li{
        height: 100%;
    }

    .ig__image-gallery iframe{
        height: 100%;
        width: 100%;
    }

.ig__large-images {
    text-align: center;
    line-height:0;
}

    .ig__large-images img{
        height: 100%;
    }

.ig__thumbnail-tray {
    position: absolute;
    top: 10px;
    right: -178px;
    z-index: 1000;
    background: rgba(0,0,0,.7);
    padding: 3px 0 3px 3px;
}

.oldie .ig__thumbnail-tray{
    background:#eee;
}

.ig__thumbnails {
    width: 175px;
    height: 40px;
    overflow: hidden;
}
    .ig__thumbnails ul {
        position: relative;
        width: 10000px;
        left: 0;
    }
    .ig__thumbnails ul li {
        float: left;
        height:auto;
    }
    .ig__thumbnails ul li a {
        height: 34px;
        width: 34px;
    }


.ig__thumbnails ul li a.ig__video-thumbnail {
    display: table-cell;
    vertical-align: middle;
    background: #000;
}

/*.ig__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,.8);
    padding: .75em 1.25em;
    display: none;
    text-align:center;
    color:#777;
    font-size:.9em;
}

.caption-i, .photo-count{
    text-shadow:0px 0px 3px rgba(80,80,80, .7);
    position:absolute;
    right:0;
    bottom:0;
    font-size:1.25em;
    width: 2em;
    padding:8px;
    text-align: center;
    font-weight:bold;
    color:#fff;
    font-family: Georgia, serif;
    cursor: pointer;
}

.ie .caption-i{
    color:#c7c7c7;
}

.caption-i:hover{
    color:#e08700;
}

.caption-i {
    display: none;
}

.caption-i.open, .caption-i.open::focus {
    color: #777;
    text-shadow:none;
}*/

.next, .prev{
    position:absolute;
    bottom:43%;
    left:5px;
    text-indent:-9999px;
    background:url(/layout/asset/gf/ig-arrow-sprite-h.png) no-repeat top left;
    width:27px;
    height:38px;
    display: none;
    cursor: pointer;
}

.prev:hover{
     background-position:top right;
}

.next{
    right:5px;
    left:auto;
    background-position:bottom left;
}

.next:hover{
    background-position:bottom right;
}


.royalSlider {
    width: 100%;
}

.rsSlide img {
    margin: 0 auto !important;
}

.rsBtnCenterer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rsPlayBtn {
    height: 100%;
    width: 100%;
}

.rsPlayBtnIcon {
    height: 100%;
    width: 100%;
    background: url(/layout/asset/dashboard/play_button.png) no-repeat center;
    opacity: 0.5;
    cursor: pointer;
}

.rsPlayBtnIcon:hover{
    opacity: 1;
}

.rsPreloader {
    height: 100%;
    width: 100%;
    background: url(/images/icon/spinner.gif) no-repeat center;
}


/* 900px */
@media only screen and (max-width: 900px) {

    .ig__image-gallery{
        border-right:2px solid #FFF;
    }
}

/* 767px */
@media only screen and (max-width: 48em) {

    .large-image{
        max-height:340px;
    }
}


/*********** 600px ***********/
@media only screen and (max-width: 37.5em) {


	.ig__thumbnail-tray {display:none;}

}
