jQuery(document).ready(function() {
	
	jQuery('.galleryview .image a').lightBox({
	overlayBgColor: '#000000',
	imageLoading: '/wp-content/themes/luxodefesta/img/lightbox-ico-loading.gif',
	imageBtnClose: '/wp-content/themes/luxodefesta/img/lightbox-btn-close.png',
	imageBtnPrev: '/wp-content/themes/luxodefesta/img/lightbox-btn-prev.png',
	imageBtnNext: '/wp-content/themes/luxodefesta/img/lightbox-btn-next.png',
	imageBlank: '/wp-content/themes/luxodefesta/img/lightbox-blank.gif',
	containerResizeSpeed: 350,
	txtImage: '',
	txtOf: 'de'
	}); // Select all links with lightbox class
	
	jQuery('.gallery a').lightBox({
	overlayBgColor: '#000000',
	imageLoading: '/wp-content/themes/luxodefesta/img/lightbox-ico-loading.gif',
	imageBtnClose: '/wp-content/themes/luxodefesta/img/lightbox-btn-close.png',
	imageBtnPrev: '/wp-content/themes/luxodefesta/img/lightbox-btn-prev.png',
	imageBtnNext: '/wp-content/themes/luxodefesta/img/lightbox-btn-next.png',
	imageBlank: '/wp-content/themes/luxodefesta/img/lightbox-blank.gif',
	containerResizeSpeed: 350,
	txtImage: '',
	txtOf: 'de'
	}); // Select all links with lightbox class
	
	jQuery('.featured').cycle({
		fx: 'fade',
		timeout: 4000 // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
	
									 
      jQuery('.top a').click(function(){
      jQuery('html, body').animate({scrollTop:0}, 'slow');
      });
      
      jQuery('#home .featured .arrowleft').click(function(){
    	  jQuery('.featured').cycle('prev');
      });
      jQuery('#home .featured .arrowright').click(function(){
    	  jQuery('.featured').cycle('next');
      });      
	  
      jQuery("#twitter").tweet({
        count: 4,
        username: ["luxodefesta"],
        loading_text: "carregando twitter...",
        refresh_interval: 60
    });
      
});
	 

