$(document).ready(
	function(){
		$('.pic_fade').innerfade({
			animationtype: 'fade',
			speed: 1000,
			timeout: 3000,
			type: 'sequence',
			containerheight: '189px'
		});
	}
);

