$(document).ready(function() {
	$(function() {	
			$('#slides').innerfade({ 
        		speed: 1150, 
        		timeout: 4000, 
				type: 'sequence',
				containerheight: '360px'
    		});  
    });
});  
