$(document).ready(function() {
    
    if($("a[rel^='prettyPhoto']").length>0) {
         $("a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded'});
    }
    
    $(".trrH").click(function(){
         $(this).next(".trr_box").slideToggle();
    });


});
