$(document).ready(function(){
	
    // Pretty Photo
    $("a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded'});

});
