$(document).ready(function(){
	if ($('.gallery .fotocentru a')[0]){
		$('.gallery .fotocentru a').lightBox({
			fixedNavigation:true
		});
	}
	
	if ($('.pics')[0]){
		$('.pics').cycle({ 
			fx:      'fade', 
			speed:    300, 
			timeout:  1000 
		});
	}
});