// Onready
$(function(){
    if($('body.cuboGo').length > 0) {
        cuboGo();
    }
});

var cuboGo = function() {
    $('#container, .open360').click(function(e) {
        e.stopPropagation();
        $('#main .box, #left .box, #right li').click(function(e){e.stopPropagation()});

        Shadowbox.open([
            {
                title: "cuboGo",
                content: "tl_files/360degree/cuboGo/139918512/index.html",
                player: "iframe",
                width: "1450",
                height: "550"
            },
            {
                title: "cuboGo",
                content: "tl_files/360degree/cuboGo/139918513/index.html",
                player: "iframe",
                width: "1450",
                height: "550"
            },
            {
                title: "cuboGo",
                content: "tl_files/360degree/cuboGo/139918514/index.html",
                player: "iframe",
                width: "1450",
                height: "550"
            },
            {
                title: "cuboGo",
                content: "tl_files/360degree/cuboGo/139918515/index.html",
                player: "iframe",
                width: "1450",
                height: "550"
            },
            {
                title: "cuboGo",
                content: "tl_files/360degree/cuboGo/139918516/index.html",
                player: "iframe",
                width: "1450",
                height: "550"
            },
            {
                title: "cuboGo",
                content: "tl_files/360degree/cuboGo/139918517/index.html",
                player: "iframe",
                width: "1450",
                height: "550"
            },
        ]);
        $('#sb-container').addClass('threesixty');
    }); 
}
