/* Featured Destinations */
	
	/* Home */
		
		/* Lists */
		
.FeaturedDestinations ul {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 1%;
}

		/* Button */
		
#fdest_link {
	margin-top: 1.363em;
}

	/* Hotels */

#fdest_container {
	width: 100%;
	overflow: hidden;
}

	/* General */
		
		/* Images */

#fdest_images {
	text-align: center;
}
		
#FeaturedDestinations-Hotels #fdest_images {
	width: 70%; 
}

#fdest_images li {
	float: left;
	display: block;
	position: relative;
}

#FeaturedDestinations #fdest_images li {
	width: 24%;
}

#FeaturedDestinations-Hotels #fdest_images li {
	width: 19%;
}

#fdest_images .city_wrap {
}

#fdest_images .country_name {
	display: block;
	position: relative;
}

#fdest_images .country_link {
	width: 100%;
	left: 0;
	bottom: 0;
	display: block;
}

#fdest_images .image_wrapper {
	border: 1px solid #666;
	width: 59px;
	height: 39px;
	padding: 0;
	margin: 0 auto;
	margin-top: .45em;
	overflow: hidden;
}

.fdest_image {
	overflow: hidden;
	padding: 0;
	text-align: center;
}

.fdest_image, fdest_image img {
	width: 59px;
	height: 39px;
}

		/* Cities */

#FeaturedDestinations-Hotels #fdest_cities {
	width: 25%;
}
#FeaturedDestinations-Hotels #fdest_city_list,
#FeaturedDestinations #fdest_city_list {
	padding-top: 8px;
	overflow: hidden;
	clear: left;
}
#FeaturedDestinations-Hotels #fdest_city_list li,
#FeaturedDestinations #fdest_city_list li {
	margin-right: 1.363em;
	line-height: 2em;
	*line-height: 1.5em;
	float: left;
}

