var $j = jQuery.noConflict();

$j(function()
{
//start	
	$j("#wrapper").corner("7px #2C5871");
//closing
$j('#slideshow').cycle({
    fx:     'fade',
    delay:  -4000
	});
});