
$(function() {

	// select #flowplanes and make it scrollable. use circular and navigator plugins
	$("#flowpanes").scrollable({ circular: true, mousewheel: true }).autoscroll({ autoplay: true }).navigator({

		// select #flowtabs to be used as navigator
		//navi: "#flowtabs",

		// select A tags inside the navigator to work as items (not direct children)
		//naviItem: 'a',

		// assign "current" class name for the active A tag inside navigator
		activeClass: 'current',

		// make browser's back button work
		//history: true

	});
});



$(function() {
					 
      $('a[rel=lightbox]').lightBox({
			imageLoading: '/plantilla/100/images/loading.gif',
			imageBtnClose:'/plantilla/100/images/close.gif',
			imageBtnPrev: '/plantilla/100/images/prevlabel.gif',
			imageBtnNext: '/plantilla/100/images/nextlabel.gif',
			txtImage: 'Imagen',
		 	txtOf: 'de'

		}); 		
			
/* slide de imagenes */	
    $('#slider').nivoSlider({							
			effect: 'fade',
			animSpeed: 1000,
			pauseTime: 5000,
			controlNav: true,
			captionOpacity: 0.4
		});				
			
			
			
});


