


$(document).ready(function(){

	$('.cycle-group').each(function() {
		var h = 0;
		$(this).find('img').each(function() {
			var height = $(this).height();
			if (h < height) h = height;
		});
		$(this).css({'height': h+'px'});
		$(this).children('a').css({'height': h+'px'});
	});
	//$('.cycle-group a').hide();

	
	$('#cycle-1').cycle({
		delay:  3000,
		speed:  800
	});
	$('#cycle-2').cycle({
		delay:  2000,
		speed:  800
	});
	$('#cycle-3').cycle({
		delay:  5000,
		speed:  800
	});
	$('#cycle-4').cycle({
		delay:  4000,
		speed:  800
	});
	$('#cycle-5').cycle({
		delay:  1000,
		speed:  800
	});
	$('#cycle-6').cycle({
		delay:  2500,
		speed:  800
	});
	$('#cycle-7').cycle({
		delay:  2500,
		speed:  800
	});


	if ($('#banner-aktuality').length) {
		var fo = new SWFObject('http://www.quadrace.cz/images/bannery/aktuality.swf?clickthru=http://www.atvshop.cz/', "Andy motors", "568", "180", "7", "");
		fo.addParam("wmode", "transparent");
		fo.addParam("clickthru", "http://www.atvshop.cz/");
		fo.write('banner-aktuality');
		
	}

});


