$(document).ready(function(){
	$(".description a[href$='.jpg'],.description a[href$='jpeg'],.description a[href$='png'],.description a[href$='gif']").prettyPhoto({animationSpeed: 'slow',theme: 'light_rounded'});						   
});