// LAVALAMP NAVIGATION SCRIPT
$(function() {
$("#2").lavaLamp({
fx: "backout",speed: 500,
    });});
// PRODUCT MODULES SCRIPT - SLIDER
$('#test').cycle({ 
    fx:     'scrollHorz', 
    speed:  '500', 
    timeout: 15000, 
    next:   '#next', 
    prev:   '#previous',
});
//HISTORY MODULE
$('#test2').cycle({ 
    fx:     'scrollHorz', 
    speed:  '500', 
    timeout: 80000, 
    next:   '#next', 
    prev:   '#previous',
});