﻿/* TOP SLIDE SHOW ---------------------------------------------*/
$(document).ready(function(){
	var promotionHeight = $(".promotionWidget").height();
	$(".eventAndPromotion dd").height(promotionHeight);

	
	$('.promotionWidget').cycle({ 
		fx:'fade',
		speed:500,
		timeout:8000,
		next:'li.nextNavi',
		prev:'li.prevNavi'
	});
	
});
