$(function() {
	$('a.gallery').lightBox();
	//$(".gallery a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded'});
	$("#faded").faded({
		speed: 900,
		crossfade: true,
		autopagination: false,
		autoplay: 5000,
		autorestart: true
	});
});

