$(document).ready(function(){
	$('#slideshow').cycle();
	$(function() {
		$('.images .img a').lightBox();
	});
});

