// JavaScript Document


jQuery(document).ready(function() {
								
$('#slides').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 5000,
	random:1

	});


$("a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',theme:'light_square',slideshow:2000});
	
	
  });


