$(document).ready(
function(){
$('#images').innerfade({
animationtype: 'fade', //You can change it to ‘fade’ to
//create a fade animation in your slideshow
speed: 3000,
timeout: 7500,
type: 'sequence',
containerheight: '320px'
});

$('#gallery a').lightBox();
}); 
