$(document).ready(function() {
    $('#slideshow').cycle({	
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speed:  500,
		timeout:  4000
	});
	
	
//---styles for the booking event list

	$("tr.int-middleRow:last td").css("border-top","none");
	$("tr.int-middleRow:last td").css("height","0px");
	$("tr.int-lastRow:last td").css("border-bottom","1px solid black");
	$("tr.int-lastRow:last td").css("height","10px");
	$("tr.int-middleRowTop:last td").css("height","0px");
	$("tr.int-lastRowBottom:last td").css("height","25px");
	/////
	$("tr.des-middleRow:last td").css("border-top","none");
	$("tr.des-middleRow:last td").css("height","0px");
	$("tr.des-lastRow:last td").css("border-bottom","1px solid black");
	$("tr.des-lastRow:last td").css("height","10px");
	$("tr.des-middleRowTop:last td").css("height","0px");
	$("tr.des-lastRowBottom:last td").css("height","25px");
	/////
	$("tr.tec-middleRow:last td").css("border-top","none");
	$("tr.tec-middleRow:last td").css("height","0px");
	$("tr.tec-lastRow:last td").css("border-bottom","1px solid black");
	$("tr.tec-lastRow:last td").css("height","10px");
	$("tr.tec-middleRowTop:last td").css("height","0px");
	$("tr.tec-lastRowBottom:last td").css("height","25px");
	/////
	$("tr.sme-middleRow:last td").css("border-top","none");
	$("tr.sme-middleRow:last td").css("height","0px");
	$("tr.sme-lastRow:last td").css("border-bottom","1px solid black");
	$("tr.sme-lastRow:last td").css("height","10px");
	$("tr.sme-middleRowTop:last td").css("height","0px");
	$("tr.sme-lastRowBottom:last td").css("height","25px");
	/////
	$("tr.other-middleRow:last td").css("border-top","none");
	$("tr.other-middleRow:last td").css("height","0px");
	$("tr.other-lastRow:last td").css("border-bottom","1px solid black");
	$("tr.other-lastRow:last td").css("height","10px");
	$("tr.other-middleRowTop:last td").css("height","0px");
	$("tr.other-lastRowBottom:last td").css("height","25px");
	/////
//////////////////////////////////////////////////////	
    $('#bookingMap').flash(
        { src: '/images/flash/DC_Map.swf',
          width: 480,
          height: 390 },
        { version: 8 }
    );
////////////////////////////////////////////////////////////////
});
/*
	$("tr.int-middleRow:last").css("border-top","none");
	$("tr.int-middleRow:last").css("height","0px");
	$("tr.int-lastRow:last").css("border-bottom","1px solid black");
	$("tr.int-lastRow:last, tr.int-lastRow:last td").css("height","10px");
	$("tr.int-middleRowTop:last").css("height","0px");
	$("tr.int-lastRowBottom:last").css("height","25px");
	/////
	$("tr.des-middleRow:last").css("border-top","none");
	$("tr.des-middleRow:last").css("height","0px");
	$("tr.des-lastRow:last").css("border-bottom","1px solid black");
	$("tr.des-lastRow:last, tr.des-lastRow:last td").css("height","10px");
	$("tr.des-middleRowTop:last").css("height","0px");
	$("tr.des-lastRowBottom:last").css("height","25px");
	/////
	$("tr.tec-middleRow:last").css("border-top","none");
	$("tr.tec-middleRow:last").css("height","0px");
	$("tr.tec-lastRow:last").css("border-bottom","1px solid black");
	$("tr.tec-lastRow:last, tr.tec-lastRow:last td").css("height","10px");
	$("tr.tec-middleRowTop:last").css("height","0px");
	$("tr.tec-lastRowBottom:last").css("height","25px");
	/////
	$("tr.sme-middleRow:last").css("border-top","none");
	$("tr.sme-middleRow:last").css("height","0px");
	$("tr.sme-lastRow:last").css("border-bottom","1px solid black");
	$("tr.sme-lastRow:last, tr.sme-lastRow:last td").css("height","10px");
	$("tr.sme-middleRowTop:last").css("height","0px");
	$("tr.sme-lastRowBottom:last").css("height","25px");
	/////
	$("tr.other-middleRow:last").css("border-top","none");
	$("tr.other-middleRow:last").css("height","0px");
	$("tr.other-lastRow:last").css("border-bottom","1px solid black");
	$("tr.other-lastRow:last, tr.other-lastRow:last td").css("height","10px");
	$("tr.other-middleRowTop:last").css("height","0px");
	$("tr.other-lastRowBottom:last").css("height","25px");

*/