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