@charset "UTF-8";
/* CSS Document */


	a
	{
		
		color:#003666;
		text-decoration:none;
	}
	a:hover
	{
		color:#0063DC;
	}
	#slideshow
	{
		background:#fff;
		position:relative;
		text-align:center;
	}

  .clearfix:after 
  {
    content: ".";
 
    height: 0;
 
    visibility: hidden;
	
  }

  .clearfix {display: ;}  /* for IE/Mac */
	.jmorph
	{
		margin-top:-50px;
		width:925px;
			
	}

	.jmorph .imageContainer
	{
		margin-top:460px;
		margin-left:420px;
		width:150px;
	}
  
  .jmorph .image
  {
	background:#ccc;
	padding:10px;
	display:table-cell;
  }
  
  .jmorph .image .currentImg,.jmorph .image .nextImg
  {
  	background-repeat:no-repeat;
  	background-position:center; 
  	position:relative;
	
  }
  
  .jmorph .image .nextImg
  {
  	top:0; 
  	left:0; 
	
  	position:absolute;	
  	
  }
  
  .jmorph div a.previous
  { 
   	
  	padding-left:515px;
  	border:none;

  }
 
  .jmorph div a.next
  {
	  padding-left: 30px;
	
	
  }
  
  
  .jmorph .image a.previous,.jmorph .image a.next
  {
  	font-size:1.5em;
  }
  
  .jmorph ul.band
  {
	background-color:#fff;
	display:inline;
	height:30px;
	list-style-type:none;
	margin-left:160px;
	padding:10px;
	position:relative;
	top:20px;
	left:259px;
	width:5px;
	
	
  }
  
  .bandContainer
  {
	
  	width:900px;
  	overflow:;
  	float:left;
  	text-align:left;
  }
  
  .jmorph ul.band li
  {
  	display:inline;
  	margin:5px;
  	padding:5px
  }
  .jmorph ul.band li.selected
  {
  	background:#fff;
  }
  
  

#arrival{
	margin-top:60px;
	padding-left:40px;
	
}
.datepicker h2 {
	padding-top:40px;
	padding-left:40px;
	font-size:14px;
	
}
#departure{
	margin-top:-10px;
	padding-left:40px;
	
	
}
.datepicker h3 {
	padding-top:10px;
	margin-bottom:5px;
	padding-left:0px;
	font-size:14px;
	font-weight:bold;
	
}


  </style>
