$j = jQuery.noConflict();
$j(function() {
	$j('.themebox').cycle({
		fx:      'fade',
		speed:   4000,
		easing:  'bounceout',
		timeout: 4000 

	});
});