////////////////////////////////////////////////////
// Image Cycle

$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade',
		speed:  2000,
		timeout:  2000
	});
});

//////////////Lightbox Gallery
$(function() {
        $('#photos a').lightBox();
    });

// Validate Form   
$(document).ready(function(){
	$("#commentForm").validate();
});



