// sliding options
var slidingBoxWidth = 600;
var slidingSpeed    = 300;

var coverflowWidth   =590;
var coverflowHeight  =300;

$(document).ready(function()
{
    // newsticker init
    $('#newsticker > ul').newsticker();

    // fancybox
    $('.galleryCont').children('a').fancybox();
});

