$(document).ready(function(){$('#navigation, #header, #header img, .girls').ifixpng();});
$(function() {
	$('a[rel*=lightbox]').lightBox({
	imageBtnClose: '/elitefashion/images/lightbox/close.gif',
	imageBtnPrev: '/elitefashion/images/lightbox/prev.gif',
	imageBtnNext: '/elitefashion/images/lightbox/next.gif'
	});
});
$(document).ready(function(){$('ul.imagesList li a').click(function() { $('#gallery-photo').attr('src', this.href); return false; });
});
$(document).ready(function(){$('#NewsletterMail').click(function() { $(this).val(''); });
});
