$(document).ready(function(){
	$('img#featured').ifixpng(); 
	$('img#spiga').ifixpng(); 
	
	$('.fxfade').mouseover( function() { 
		$(this).animate({
			opacity: 0
		},
		'normal'
		);} 
	);
		
	$('.fxfade').mouseout( function() { 
		$(this).animate({
			opacity: 1
		},
		'normal'
		);} 
	);

$('a[@rel*=lightbox]').lightBox({
	overlayBgColor: '#333',
	overlayOpacity: 0.6,
	imageLoading: 'wp-content/themes/ledepot3.xl/pix/loading.gif',
	imageBtnClose: 'wp-content/themes/ledepot3.xl/pix/lightbox-btn-close.gif',
	imageBtnPrev: 'wp-content/themes/ledepot3.xl/pix/lightbox-btn-prev.gif',
	imageBtnNext: 'wp-content/themes/ledepot3.xl/pix/lightbox-btn-next.gif',
	containerResizeSpeed: 350,
	txtImage: 'Image',
	txtOf: 'of'
   });
	
	$('.center a').lightBox({
	overlayBgColor: '#333',
	overlayOpacity: 0.6,
	imageLoading: 'wp-content/themes/ledepot3.xl/pix/loading.gif',
	imageBtnClose: 'wp-content/themes/ledepot3.xl/pix/lightbox-btn-close.gif',
	imageBtnPrev: 'wp-content/themes/ledepot3.xl/pix/lightbox-btn-prev.gif',
	imageBtnNext: 'wp-content/themes/ledepot3.xl/pix/lightbox-btn-next.gif',
	containerResizeSpeed: 350,
	txtImage: 'Image',
	txtOf: 'of'
   });
 });
