$(document).ready(function() {  
	$(function() {
		$("#image_fade").cycle({
			
		timeout:       6500,  // milliseconds between slide transitions (0 to disable auto advance) 
		speed:        1200,  // speed of the transition (any valid fx speed value)
		pause:          0 
		});
	});
	
	$(function() {
        $('#text a.lightbox').lightBox();
    });
});


