	hs.graphicsDir = 'script/highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.showCredits = false;
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.75;
	hs.flushImgSize = true;
	hs.allowSizeReduction = false;
	hs.marginTop = 80;
	hs.lang = {
		loadingText : 'Carregando...',
		loadingTitle : 'Clique para cancelar',
		focusTitle : 'Clique para trazer para frente',
		fullExpandTitle : 'Expandir para o tamanho normal',
		creditsText : 'Powered by <i>Highslide JS</i>',
		creditsTitle : 'Go to the Highslide JS homepage',
		previousText : 'Anterior',
		nextText : 'Proximo', 
		moveText : 'Mover',
		closeText : 'Fechar', 
		closeTitle : 'Fechar (esc)', 
		resizeTitle : 'Redimesionar',
		playText : 'Play',
		playTitle : 'Play slideshow (Barra de espaço)',
		pauseText : 'Pause',
		pauseTitle : 'Pause slideshow (Barra de espaço)',
		previousTitle : 'Anterior (Seta esquerda)',
		nextTitle : 'Proximo (Seta Direita)',
		moveTitle : 'Mover',
		fullExpandText : 'Tamanho Total',
		number: 'Imagem %1 of %2',
		restoreTitle : 'Clique para fechar, clique e arraste para mover.'
	};
	// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: true,
		overlayOptions: {
			opacity: 1,
			position: 'top center',
			hideOnMouseOut: true
		}
	});
	jQuery(document).ready(function() {
		$('#produtos_carousel').jcarousel();
		$('.messenger').click(function() {
		  $('#menu ul.social li ul').fadeIn("slow").attr( 'style', 'display:block;' );
		  return false;
		});
		$('.fecha_ends').click(function() {
		  $('#menu ul.social li ul').fadeOut("slow");
		  return false;
		});
	});
	

