// JavaScript Document
$(document).ready(function(){ 
	$('#img-container')
	.innerfade({
    animationtype: 'fade',
    speed: 1100,
    timeout: 9000,
	type: 'random_start',
containerheight: '346px' 
});
	
	});
