$(document).ready(function() {
	if ($("#index_gallery").length) {
		$("#index_gallery .slideshow").cycle();
	}
	
	if ($("#powburn_imgs.slideshow").length) {
		$("a[rel^='prettyPhoto']").prettyPhoto();
	}
});
