function cssFunc(){
$("a[rel^='prettyPhoto']").prettyPhoto({showTitle:true});
$("ul.gallery").prettyGallery({itemsPerPage:4,animationSpeed:'slow'});
}
$(document).ready(cssFunc);