$(document).ready(function(){
    $('.Product_new').innerfade({
			speed: 'slow',
			timeout: 7000,
			type: 'sequence'
	});
	//view large image
	$('a.view_large_imge').lightBox();
})


