$(document).ready(function(){
	$('.home-gallery .home-slideshow p').cycle(
		{
			fx: 'shuffle',
			cleartype: false,
			shuffle: { 
	        	top:  -250, 
	        	left:  -250,
				cleartypeNoBg:  false,
				timeout: 6000,
				delay: -2000
			}
	});
	$('.content-blog li:odd').addClass('content-blog-odd');
});