$(document).ready(function(){
    if($('.wide_skyscraper').children().length == 0){
        $('.wide_skyscraper').css({
            'display': 'none',
            'visibilty': 'hidden'
        });
    }


    $('.cee_video_link').ceebox({
        imageWidth: 480,
        imageHeight: 390,
        htmlWidth: 480,
        htmlHeight: 390,
        videoWidth: 480,
        videoHeight: 390,
        titles: false
    });
});
