/* Hotel Photos */

@import "HotelDetails_Common.css";

#select_room {
	text-align: right;
}

#hotel_photos {
	margin: 1.363em 0 0;
}

	/* Main Columns */

#hotel_photos #photo_viewer {
	width: 426px;
}

#hotel_photos #photo_gallery {
	width: 32%;
}

	/* Photo Viewer */
	
		/* Large Photo */

#photo_large img {
	width: 424px;
	height: auto;
	border: 1px solid #666;
}

#photo_nav {
	text-align: right;
}

		/* Gallery */

#photo_gallery li {
	margin-bottom: .45em;
	padding: 0;
}

#photo_gallery li.heading {
	width: 50%;
	*width: 49%;
	text-align: center;
	color: #515151;
}

#photo_gallery li.photo_col_1 {
	margin-right: 1.363em;
	clear: both;
}

#photo_gallery li a {
	border: 3px solid #666;
	padding: 0;
	display: block;
}

#photo_gallery a:hover,
#photo_gallery a.active {
	border-color: #fff;
}

#photo_gallery li img {
	width: 95px;
	height: 61px;
}

