$(document).ready(function() {
    
    var vizyon_count = $("#vizyondakiler div.slider-item").length;
    var yakinda_count = $("#pekyakinda div.slider-item").length;
    if (vizyon_count < 5) {
        $("#vizyondakiler").mopSlider({'w':859, 'h':396, 'sldW':729, 'btnW':265, 'itemMgn':19, 'indi':"Vizyondakiler", 'shuffle':'y', 'auto':'n', 'move':1500, 'interval':1500, 'type':'cinens'});
    } else {
        $("#vizyondakiler").mopSlider({'w':859, 'h':396, 'sldW':729, 'btnW':265, 'itemMgn':19, 'indi':"Vizyondakiler", 'shuffle':'y', 'auto':'y', 'move':1500, 'interval':1500, 'type':'cinens'});
    }
    
    if (yakinda_count < 5) {
        $("#pekyakinda").mopSlider({'w':859, 'h':396, 'sldW':729, 'btnW':265, 'itemMgn':19, 'indi':"Pek Yakında", 'shuffle':'y', 'auto':'n', 'move':500, 'interval':1500, 'type':'cinens'});
    } else {
        $("#pekyakinda").mopSlider({'w':859, 'h':396, 'sldW':729, 'btnW':265, 'itemMgn':19, 'indi':"Pek Yakında", 'shuffle':'y', 'auto':'y', 'move':500, 'interval':1500, 'type':'cinens'});
    }
    
    $(".kurumsal-button").colorbox({width:"625", height:"481", iframe: true});
    $(".sinemalarimiz-button").colorbox({width:"625", height:"481", iframe: true});
    $(".ik-button").colorbox({width:"625", height:"481", iframe: true});
    $(".iletisim-button").colorbox({width:"625", height:"481", iframe: true});
    $(".filmler").colorbox({width:"625", height:"481", iframe: true});
    
});

