$(document).ready(function(){
			
	if ($('#content-middle-left .widgetImages').length > 0) { 
	    $('#content-middle-left .widgetImages').innerfade({
		    speed: 'slow',
		    timeout: 5000,
		    type: 'sequence',
		    containerheight: '250px'
	    });
	}
});

