$(function(){
    //Dropdown menu
    var config = {
         over: function(){$(this).addClass('dropdown')},
         timeout: 300,
         out: function(){$(this).removeClass('dropdown')}
    };
    
    $('#nav-products').hoverIntent(config);
    
    $('.drop-trigger').click(function(){
       return false; 
    });
    
    /*
    $('#promo').bjqs({
        'width' : 940,
        'height' : 272,
        'rotationSpeed': 5000,
        'animationDuration': 500,        
        'animation' : 'slide',        
        'showMarkers' : true,
        'showControls' : false,
        'centerMarkers' : false,
			  'centerControls' : false
    }); 
    */   

});

