///////////////// PNG FIX ////////////////////////
$(document).pngFix(); <!-- Png Fix for I.E -->
//////////////////////   INNERFADE  ///////////////////////
$(document).ready(
				function(){			
					$('ul#vetrina2').innerfade({
						speed: 800,
						timeout: 8000,
						type: 'sequence',
						animationtype: 'slide',
						containerheight: '200px'
					});
					$('ul#alto').innerfade({
						speed: 800,
						timeout: 5000,
						type: 'random',
						animationtype: 'fade',
						containerheight: '350px'
					});
			});
////////////////////// fancybox ///////////////////////
$(document).ready(function() {
			$("a.fancy").fancybox({ 'hideOnContentClick': true }); 
			$("a.week").fancybox({
				frameWidth			: 630,
				frameHeight			: 330,
				type				: 'iframe'
			});
		});

//////////////////////     ///////////////////////
