		$(document).ready(function(){
			$(".enlargeImages a[rel^='lightbox']").prettyPhoto({theme:'dark_rounded'});
			
			
			$('.slideShow').cycle({ 
				fx:      'fade', 
				speed:    2000, 
				timeout:  5000 
			});
		});
