@CHARSET "UTF-8";
.picturesgrid{
    margin: 0 auto;
}
.picturesgrid_container .loader{
    height: 15px;
    background:url(../images/loader/loader.gif) no-repeat center 0 transparent;
    margin:10px 0;
    display: none;
}
.item{
    margin-bottom:10px;
    display: block;
}
.item img{
    display: block;
}
.item.thumbnail{
    width:145px;
    height:145px !important;
}
.item.low_resolution{
    width:290px;
    height:290px !important;
}
.item.thumbnail img{
    width:145px;
    height:145px !important;
}
.item.low_resolution img{
    width:290px;
    height:290px !important;
}
.picturesgrid{
    position: relative;
}
.picturesgrid a.next_instagram{
    position: absolute;
    bottom: 0;
}
#fancybox-wrap {
       padding: 0 !important;
}