$(document).ready(function() {
							
							  
							  $('#photoBar').innerfade({
									speed: 'slow',
									timeout: 4000,
									type: 'sequence',
									containerheight: '200px'
								});
								
							 
							  $("#buttonsCard divs").mouseenter(function(){$(this).fadeOut('fast', function(){$(this).fadeIn('fast');});});
    	 
    						$(".photoBox a").lightbox({
							    fitToScreen: true,
							    imageClickClose: false
						    });	
								
						});