$('.DiashowHome').cycle({ 
    fx:     'fade',
	speed:  '1500',
	pause:	1
});

$('.DiashowHomeNav, .DiashowNavSide').cycle({ 
    fx:     'fade',
	speed:  'fast', 
    timeout: 0, 
    next:   '#next2', 
    prev:   '#prev2'
});

$('.nextprev').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 0, 
    next:   '#next2', 
    prev:   '#prev2'
});
	
$(function() {
	$('.gallery').each(function(index){
		jQuery("a", this).lightBox({fixedNavigation:true});
	});
});


