#gallery-extensive{
    position: relative;
}
#gallery-extensive-left, #gallery-extensive-right{
    position: absolute;
    height: 60px;
    top: 50%;
    background: white;
    opacity: 0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
}
#gallery-extensive-left:hover, #gallery-extensive-right:hover{
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}
#gallery-extensive-left{
    left: 10px;
}
#gallery-extensive-right{
    right: 10px;

    -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg);        /* FF */
    -o-transform: rotate(180deg);          /* Opera */
    -ms-transform: rotate(180deg);         /* IE9 */
    transform: rotate(180deg);             /* W3C compliant browsers */

    /* IE8 and below */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}
#gallery-extensive-close{
    width: 40px;
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
}


/* ###################################### */
#gallery-description-wrapper{
    position: absolute;
    top: 0;
    left: 80%;
    width: 20%;
    height: 100%;
    /*right: 0;*/
    padding: 14.3% 12px 76px 12px;
}

#gallery-description-title{
    font-size: 30px;
}

#gallery-description{
    max-height: 100%;
    font-size: 24px;
    text-indent: 20px;
    overflow-y: auto;
    color: #402d4d;
}

#description{
    height: 100%;
    font-size: 24px;
    text-indent: 20px;
    overflow-y: auto;
}

#gallery{
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto;
    /*display: none;*/
}
.gallery-item {
    width: 24%;
    height: 0;
    /*height: 30%;*/
    padding-bottom: 15%;
    margin-left: 0.5%;
    border: 1px solid #d2cfc1;
    display: inline-block;
    background-color: #f3f2ef;
    overflow: hidden;
    position: relative;
}
.gallery-item img{
    width: 100%;
    position: absolute;
}

#gallery-extensive{
    top: 50%;
    left: 50%;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    background: darkgray;
    padding: 10px 0 0 10px;
    z-index: 3;
    display: none;
}
#gallery-extensive img{
    /*max-width: 100%;*/
    /*max-height: 100%;*/
}
#gallery-extensive p{
    padding: 4px;
    opacity: 0.7;
    position: absolute;
    right: 20px;
    bottom: 10px;
    background: white;
    border-radius: 6px;
}