// hey lady wp theme v1.5 javascript

jQuery(document).ready(function() {
	jQuery('#slideshow').cycle({timeout:6000,delay: -3000})
});

//lightbox

jQuery(document).ready(function() {
		 
	jQuery('a[rel*="lightbox"]').lightBox();
});
