$(function(){
	var gallery = $('#gallery').galleriffic('#navigation', {
                delay:                2000,
                numThumbs:            12,
                imageContainerSel:    '#slideshow',
                controlsContainerSel: '#controls',
                titleContainerSel:    '#image-title',
                descContainerSel:     '#image-desc',
                downloadLinkSel:      '#download-link',
                fixedNavigation:           true
        });
        
        gallery.onFadeOut = function() {
                $('#details').fadeOut('fast');
        };
        
        gallery.onFadeIn = function() {
                $('#details').fadeIn('fast');
        };
		   
      $('#mecanica').flash(	/*carga los flash*/
			{ src: 'swf/banner_mecanica23.swf',
            width: 313,
            height: 122 },
			{ expressInstall: true }


      );		   
		   
})
