$j = jQuery.noConflict();
$j(function()
{
	$j('.box-description tr:odd').addClass('alt');

	$j('div#slider').cycle({ 
	        fx:     'fade', 
		    speedIn:  2400, 
		    speedOut: 2400, 
		    delay:   -4000,
		    timeout: 4000
	 });
});
