function preloader()
{

}

$(function() {
	$('#placeimages').cycle({ 
		fx:    'fade', 
		delay: 2000,
		timeout: 4000
	});
});

$(function() {
	$('.picturesList a').lightBox({fixedNavigation:true});
});

