/**
 * @author a
 */


$(document).ready(function(){
			$("a[rel^='prettyPhoto']").prettyPhoto({
				allowresize: false 
			});
			
		});

