$(document).ready(function() { 
        $('.selectbox').selectbox();       
        $('#detailBodyBox').tabs();  
               
        $('a[rel^=lightbox]').lightBox({fixedNavigation:true});
        
        $("#slider").easySlider({

                auto: true, 
                continuous: true,
                pause: 9000,
                speed: 1600 
        });
        $("#slider2").easySlider({

                auto: true, 
                continuous: true
                
        });
                          
});

