#room-capacity {
	font-style: italic;
	margin-top: 10px;
}

#room-photos {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;

	width: 700px;
	height: 380px;
	overflow: hidden;

	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
	background:#502e81;

	margin-bottom: 40px;
}

#room-photos img {
	margin: 0 auto;
	width: 100%;
}

#room-layout {
	float: right;
}

#room-layout img {
	max-width: 380px;
	display: inline-block;
}

.content h2 {
	clear: both;
}

.cycle-prev {
	background: rgba(0, 0, 0, 0) url("../images/cycle-left.png") no-repeat scroll 50% 50%;
	left: 0;
}

.cycle-next {
	background: rgba(0, 0, 0, 0) url("../images/cycle-right.png") no-repeat scroll 50% 50%;
	right: 0;
}

.cycle-prev, .cycle-next {
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0;
	width: 20%;
	z-index: 800;
	opacity: 0;
}

.cycle-prev:hover,
.cycle-next:hover {
	opacity: 0.7;
}

#room-technologies img {
	margin-top: 10px;
	margin-bottom: 20px;

	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);

	width: 90%;
	max-width: 600px;
}
