﻿$(document).ready(function(){
        $("ul.juniortabs").tabs("div.panes > div");
	    $(".gallery a[rel^='prettyPhoto']").prettyPhoto({ theme: 'light_square' });
});
