$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_square'}) ; 
	$(".mainimage").cycle({
		timeout: 8000,
		speed : 5000,
		random : 0
});
});

