#slider{position:relative;width:800px;}
#tlout{height:258px;margin-top:20px;}
#tlout td {vertical-align:top;}
.c1 {
  margin: 20px 20px 10px 20px;
	text-align: justify;
	line-height: 130%;
	position: relative;
}
#writing {
	width: 400px;
	height: 486px;
	background-color:#A40C23;
	position:absolute;
	top:0;
	left:0;
	z-index:5000;
	color:#fff;
	border-right:1px solid #d62637;
	border-top:1px solid #d62637;
	border-bottom:1px solid #B21F2F;
	display: none;
}

#story_layer {
  width: 400px;
	height: 486px;
	background-color:#A40C23;
	color:#fff;
	border-right:1px solid #d62637;
	border-top:1px solid #d62637;
	border-bottom:1px solid #B21F2F;
	text-align: left;
	display: none;
}

#writing-window {
	height: 455px;
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
	overflow: auto;
	text-align: justify;
}
#storyline {
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 85%;
}
#storyline a {
	color:#ff697c;
	text-decoration: none;
}
#storyline a:hover {
	color:#FF3649;
}

#pricing {
	position: relative;
	height: 238px;
	overflow: hidden;
}

#pricing .note {
	position: absolute;
	bottom: 10px;
	left: 0;
	color: #F18D9C;
	font-size: 11px;
	padding-right: 10px;
	margin-bottom: 0;
}

#room-items {
	margin-top: 20px;
}

#features {
	position: relative;
	height: 238px;
	overflow: hidden;
}

#bd a.booking {
	border: 1px solid #D8283B;
	background: #B62232 url('../images/booking_button.png') no-repeat 0 -40px;
	width: 170px;
	color: #fff;
	padding: 4px;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	font-size: 12px;
}

#bd a.booking:hover {
	background: #89252D url('../images/booking_button.png') no-repeat 0 0;	
	color: #E2D9D4;
}

#pricing ul, #pricing li {
	list-style:none;
	margin: 0;
}
#pricing .hl {
	font-size: 104%;
	margin: 0 5px 4px 0;
	white-space: nowrap;
}
#pricing .sn {
	font-size: 89%;
	margin: 15px 5px 0 0;
}

#features ul, #features li {
	margin: 0;
	padding: 0;
	list-style:none;
}

#features ul {
	margin-top: 0;
	margin-left: 5px;
}

#features li {
	padding-left: 12px;
	padding-right: 10px;
	margin-bottom: 3px;
	background: url('../images/bullet.gif') no-repeat 0 6px;
}

.writing-hover p {
	color: #F18D9C;
}

#close-story {
	position: relative;
	height: 20px;
}

#close-story a {
	position: absolute;
	top: 0;
	right: 0;
	margin: 3px 3px 0 0;
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url('../images/close12x12.png') no-repeat;
	outline: 0;
}
#close-story a:hover {
	background-position: 0 -12px;
}

#features h3 {
	font-size: 140%;
}

#pricing h3 {
	color: #eea54b;
	font-size: 160%;
}

#room_wrap {
  margin: 0;
}

#bcnav {
  position: relative;
}

#image_sizes {
  cursor: pointer;
  cursor: hand;
  background:transparent url(../images/75-percent-black.png) repeat scroll left top;
  width:120px;
  text-align: center;
  padding: 3px;
  font-size:88%;
}


