/*!
CUSTOM JQ CODE
 */
(function($) {

/*$('.sideBlock').corner('4px');*/

$(document).ready(function() {
$('.slideshow').cycle({
fx:'fade',
speed:1000
});

$('.awardSlideshow').cycle({
fx:'fadeZoom',
speed:600
});

});

})(jQuery);

