$(document).ready(function() {
    
     $("#slider").nivoSlider();
    $("ul.sf-menu").superfish(); 
    
    if ($("a[rel^='prettyPhoto']").length>0) {
         $("a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded'});
    }
    
    
});
