
div.img-zoom {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	margin: 0 auto;
	width: 250px;
}

ul.room-photos li {
	background-color: #ecf5fb;
	margin: 0 -30px;
	padding: 30px 0;
}

ul.room-photos li:nth-child(2) {
	padding: 30px 0 10px 0;
}

ul.room-photos li:nth-child(even) {
	background-color: white;
}

ul.room-photos li div.content {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
}

ul.room-photos li:nth-child(even) div.content {
	flex-direction: row-reverse;
}

ul.room-photos li div.content a {
	display: block;
	overflow: visible;
	width: 200px;
}

ul.room-photos li div.content a img {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	display: block;
}

ul.room-photos li div.content div.text {
	width: 200px;
}

ul.room-photos li div.content div.text h3 {
	border-bottom: 1px dotted #005da6;
	color: #005da6;
	font-family: Yumintyou, "Yu Mintyou", serif;
	font-size: 18px;
	padding: 8px 10px 10px 10px;
}

ul.room-photos li div.content div.text p {
	font-size: 13px;
	line-height: 1.8em;
	padding: 0 10px;
}