$(document).ready( function(){

$('#gallery').innerfade({
	speed: 3000,
	timeout: 5000,
	containerheight: '410px'
});

});
