$(document).ready(function(){
/*$('#eventDate').show();*/
$('#eventDateLab').show();
$('#returnDate').show();
$('#returnDateLab').show();
$('#eventLab').show();
$('#event').show();
$('a[rel=lightbox-car]').colorbox({
//transition:'fade',
speed:200,
width:"90%", height:"90%",
current: "{current} of {total}"
});
$('a[rel=lightbox]').colorbox({
//transition:'fade',
speed:200,
width:"90%", height:"90%",
current: "{current} of {total}"
});
$('a[rel=lightbox-sales]').colorbox({
//transition:'fade',
speed:200,
width:"90%", height:"90%",
current: "{current} of {total}"
});
$('a[rel=lightbox-party]').colorbox({
//transition:'fade',
speed:200,
width:"90%", height:"90%",
current: "{current} of {total}"
});
$("#video").show();
$( "#carPageVideo" ).dialog({
	modal:true, 
	autoOpen:false,
	width:400,
	height:400
	})
   
                 $('#video').click(function() {  
                     $('#carPageVideo').dialog('open'); 
					 return false;


						   });
$(function() {
		$("#submit").button();
       	
		
	});
$(function() {
		$( "#datepicker" ).datepicker(
		{ dateFormat: 'dd-mm-yy',
		minDate: +2});
	});

$(function() {
		$( "#returnDate" ).datepicker(
		{ dateFormat: 'dd-mm-yy',
		minDate: +3});
	});
						   
});
