/* =Gallery
=============*/
#content .box .content {padding-bottom: 10px;}

/* =Sets */
.gallery .item {margin-bottom: 18px;}
.gallery.wide .item {
    width: 185px;
    float: left;
}
.gallery.sets .item .img {
    display: block;
    width: 144px;
    height: 109px;
    margin-bottom: 4px;
}
.gallery .rnd {
  float: left;
}
.gallery.sets .item .title {display: block; margin-right: 40px;}
.gallery .left {
    float: left;
    width: 33%;
}
.gallery .center {
    float: left;
    width: 34%;
    margin-right: -33%;
}
.gallery .right {
    float: right;
    width: 33%;
}
