.imagegallery.disqusIframe {
    margin-top:-70px;
    height:422px !important;
}

.single_image_module {
    background:#ccc;
}

.image_gallery_module{
    cursor: pointer;
}

.image_gallery_module .inner{
    position:relative;
    height:inherit;
    width:100%;
}

.image_gallery_module .inner > * {
    height:inherit !important;
}

.imageAlbumContainer {
    width:inherit !important;
    height:100% !important;
}

.imageAlbumContainer img{
    max-width:100%;
    height:inherit;
    display:block;
    float:left;
}

.image_gallery_module[data-sizex="2"][data-sizey="2"] .imageAlbumContainer div.img {
    background-size:135% auto !important;
}

.imageAlbumContainer div.img {
    width:100% !important;
    height:inherit !important;
    float:left;
    background-size: 100% auto !important;
    position:relative;
}
.image_gallery_module[data-sizex="2"][data-sizey="1"] .imageAlbumContainer div.img,
.image_gallery_module[data-sizex="4"][data-sizey="2"] .imageAlbumContainer div.img{
    background-position: top center !important;
}

.imageAlbumContainer .img-container {
    width:100% !important;
    height:inherit !important;
    float:left;
}

.gallery4x2 .imageAlbumContainer img,
.gallery2x2 .imageAlbumContainer img {
    height:inherit;
}

.image_gallery_module .title{
    font-weight: 700;
    font-size: 16em;
    color:#FFF;
    text-transform:uppercase;
    position: absolute;
    padding: 2.4% 4%;
    line-height:1.1em;
    top:0;
    background-color:rgba(0, 0, 0, 0.65);    
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9a000000', endColorstr='#9a000000'); /* IE */
    white-space: nowrap;
    max-width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
}


.image_gallery_module .imagebutton{
    position:relative;
    width:50em;
    height:50em;
    top:36%;
    left:50%;
    margin:2em 0 0 -25em;
    overflow: hidden;
}

.image_gallery_module .imagebutton img:hover {
    bottom:0;
}

.image_gallery_module[data-sizey='1'] .imagebutton{
    top: -118em;
}

.image_gallery_module[data-sizey='2'] .imagebutton{
   top:-215em;
}

.image_gallery_module .imagebutton img{
    position:absolute;
    width:100%;
}

.image_gallery_module .imagebutton div:hover{
    background-position: 0 -60em;
}

.image_gallery_module .caroufredsel_wrapper{
    margin-top:0 !important;
    width:100% !important;
    height:100% !important;
}

.content-container{
    width:inherit !important;
    background:#000;
}
.imageModal .content-container {
    height:390px !important;
}

.diaplay-image{
    width:100% !important;
    height:inherit !important;
    float:left;
    background-size: contain !important;
    position: relative;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    top:0;
}

.diaplay-image .caroufredsel_wrapper{
    height:100% !important;
    width:100% !important;
    margin-top: 0 !important;
}

.imagegallery.disqusIframe{
    width:98% !important;
}

#fancythumbs .imagethumbs img
{
    margin-right:10px;
    width:98px;
    height:76px;
    margin-top:-10px;
    cursor:pointer;
}

.imageModal .caroufredsel_wrapper {
    margin-left:30px !important;
    left:0 !important;
}

@media only screen and (max-width:650px) {
    .imageModal .caroufredsel_wrapper {
        width:86% !important;
        margin-left:65em !important;
    }

}