$(function()
{
    /* Cycle */
    $('#cycleContainer').cycle(
    {  
        fx:      'fade', 
        speed:    2250, 
        timeout:  2000
    });
    
    /* Menu */
    $("#accordion").accordion(
    { 
        autoHeight: false, 
        navigation: true 
    });
    
    /* Image caption */
    $('img.captify').captify({});
    
    /* Popup boxes */
    $(".spec").colorbox({width:"85%", height:"90%", iframe:false});	
    $(".details").colorbox();
    $(".tonnage").colorbox({width:"50%", height:"85%", iframe:false});
});
