.gallery:after, .category_albums:after{
    content: '';
    clear: both;
    display: block;
}
.gallery section, .category_albums section{
    display: block;
    float: left;
    padding: 1%;
    margin: 1%;
    -moz-box-shadow: 0px 0px 5px #d9d9d9;
    -webkit-box-shadow: 0px 0px 5px #d9d9d9;
    -o-box-shadow: 0px 0px 5px #d9d9d9;
    box-shadow: 0px 0px 5px #d9d9d9;
    max-width: 30%;
    height: 150px;
}
.category_albums section{
    width: 46%;
    max-width: 46%;
    height: 200px;
}
.gallery section a, .category_albums section a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.category_albums section a{
    position: relative;
}
.category_albums section a span{
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    font-size: .9em;
    display: block;
    background: #00a9c9;
    width: 92%;
    padding: 2% 4%;
}
.gallery section a img, .category_albums section a img{
    max-width: 100%;
}
.clr, .clear{
    clear: both;
}
.gallery iframe{
    margin: 1%;
}
#fancybox-right-ico, #fancybox-right, #fancybox-left
{
    z-index: 9999999;
}