/* zakresypomniejszone o 20px na rzecz scrolla przegladarki */
@media only screen 
and (max-width: 1280px)
and (min-width: 1132px) {
    #left, #right {
        width: 185px;
    }
    #left {
        right: 185px;
    }
    #left #user {
        height: 169px;
        padding-left: 29px;
    }
    #show_main {
        padding: 0 185px 40px;
    }
    #left img.show_thumb, 
    #right img.show_thumb, 
    .video_thumb_preview, 
    .album_preview,
    #left #user #user_avatar a#avatar_img {
        width: 125px;
        height: 94px;
        max-height: 94px;
    }
    #left #user #user_avatar a#avatar_img img, #sl_birthday, #right .fblask-btn {
        width: 125px;
    }
    .video_thumb_icon {
        top: 50%;
        margin-top: -14px;
    }
    .album_preview.preview_b {
        background-image: url("/images/show/png_b_album_archive_125.png");
    }
    .album_preview.preview_w {
        background-image: url("/images/show/png_w_album_archive_125.png"); 
    }
    #right #r_promo {
        height: 169px;
        width: 125px;
    }
    #right .fblask-btn {
        width: 125px;
        padding: 0;
        font-size: 12px;
        text-align: center;
    }
}
@media only screen 
/*and (max-width: 1420px)
and (min-width: 1260px) {*/
and (min-width: 1280px) {    
    #left, #right {
        width: 210px;
    }
    #left {
        right: 210px;
    }
    #left #user {
        height: 188px;
        padding-left: 29px;
    }
    #show_main {
        padding: 0 210px 40px;
    }
    #left img.show_thumb, 
    #right img.show_thumb, 
    .video_thumb_preview,
    .album_preview,
    #left #user #user_avatar a#avatar_img {
        width: 150px;
        height: 113px;
        max-height: 113px;
    }
    #left #user #user_avatar a#avatar_img img, #sl_birthday {
        width: 150px;
    }
    .video_thumb_icon {
        top: 50%;
        margin-top: -14px;
    }
    .album_preview.preview_b {
        background-image: url("/images/show/png_b_album_archive_150.png");
    }
    .album_preview.preview_w {
        background-image: url("/images/show/png_w_album_archive_150.png"); 
    }
    #right #r_promo {
        height: 188px;
        width: 150px;
    }
    #right .fblask-btn {
        width: 142px;
        padding: 0 0 0 8px;
        font-size: 14px;
        text-align: left;
        background: #ffc334 url('../../images/show/fblask-widget.png') no-repeat right top;
    }
}
@media only screen 
and (min-width: 1420px){ /*pomniejszone o 20px na rzecz scrolla przegladarki */
    #left, #right {
        width: 260px;
    }
    #left {
        right: 260px;
    }

    #show_main {
        padding: 0 260px 40px;
    }
    #left img.show_thumb, 
    #right img.show_thumb, 
    .video_thumb_preview,
    .album_preview {
        width: 200px;
        height: 150px;
        max-height: 150px;
    }
    #right #r_promo {
        width: 200px;
    }
    #left #user #user_avatar a#avatar_img {
        width: 150px;
        height: 150px;
        max-height: 150px;
    }
    .video_thumb_icon {
        top: 50%;
        margin-top: -14px;
    }
    .album_preview.preview_b {
        background-image: url("/images/show/png_b_album_archive_200.png");
    }
    .album_preview.preview_w {
        background-image: url("/images/show/png_w_album_archive_200.png"); 
    }
    #right .fblask-btn {
        width: 185px;
        padding: 0 0 0 15px;
        font-size: 16px;
        text-align: left;
        background: #ffc334 url('../../images/show/fblask-widget.png') no-repeat right top;
    }
}
@media only screen 
and (min-width: 1200px) {
     .static.main-wrapper {
        width: 1204px;
    } 
}