																																																							$(window).load(function() { $('#container').shadowOn({ imageset: 1 }); $('#slider').nivoSlider({ effect:'random', slices:20, animSpeed:700, pauseTime:5000, startSlide:0, directionNav:true, directionNavHide:true, controlNav:true, controlNavThumbs:false, controlNavThumbsFromRel:false, controlNavThumbsSearch: '.jpg', controlNavThumbsReplace: '_thumb.jpg', keyboardNav:true, pauseOnHover:true, manualAdvance:false, captionOpacity:0.8, beforeChange: function(){}, afterChange: function(){}, slideshowEnd: function(){} }); }); 


