#media_cycle {
	height: 560px;
	width: 719px;
	position: relative;
	overflow: hidden;
	_float: left;
	z-index: 1;
}

#top-right {
	float: left;
	margin-top: 3px;
}
#home-promo, #media, #home-media {
	height: 560px;
	overflow: hidden;
	width: 719px;
	position: relative;
	z-index: 5;
}

#scrim-scroll {
	height: 70px;
	overflow: hidden;
	/*margin-top: -70px;*/
	z-index: 100;
	position: relative;
}

#scrim-scroll .promotion_wrap {
	position: relative;
}
#scrim-scroll .promotion {
	position: relative;
	cursor: pointer;
	height: 70px;
	width: 719px;
	padding-left: 10px;
	background: rgba(0,0,0,.8);	
}

#scrim-scroll .promotion .scrim-header {
	color: #A6ABA3;
	background-image: none;
	display: inline-block;
	font-size: 18px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	line-height: 24px;
/*	text-transform: uppercase;*/
/*	letter-spacing: .05em;*/
/*	font-weight: bold;*/
	margin-top: 5px;
	vertical-align: top;
}

#scrim-scroll .promotion .scrim-subheader {
	color: #fff;
	background-image: none;
	display: inline-block;
	font-size: 13px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	line-height: 18px;
/*	text-transform: uppercase;*/
/*	letter-spacing: .05em;*/
/*	font-weight: bold;*/
	vertical-align: top;
}

#scrim-scroll .promotion a.book-link {
	color: #639899;
	display: inline-block;
	font-family: "Helvetica Neue", Arial, sans-serif;	
	font-size: 13px;
	line-height: 18px;
	margin-left: 6px;
	vertical-align: top;
	text-decoration: none !important;
}

.promotion:hover a.book-link {
	text-decoration: none !important;
}

.promotion_wrap {
	position: relative;
}

.promotion_wrap .book_now {
	background: url('/images/book_now.png') no-repeat;
	_background: url('/images/book_now.gif') no-repeat;
	cursor: pointer;
	_cursor: hand;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 70px;
	width: 128px;
	text-indent: -9999px;
	z-index: 101; 
}

.book_now:hover {
	background-position: 0 -70px;
}

a.book-link.no_subtitle {
	margin-left: 0px !important;
}

.scrim-header p {
	line-height: 24px;
	margin: 0;
	padding: 0;
}

.promotion img {
	float: left;
	margin: 0 10px 0 0;
}

/* specials page */
#jump-lists {
	float: left;
}

#jump-lists ul {
	margin: 0;
}
#packages {
	float: left;
	padding-top: 10px;
}
.package {
	float: left;
	padding-bottom: 4px;
	border-bottom: 1px solid #639899;
	margin-bottom: 10px;
	width: 100%;
}

.package-body {
	float: left;
	margin-right: 10px;
	width: 825px;
}

.package-body ul {
	color: #888;
	font-size: 1.1em;
	line-height: 1.5em;
	list-style-image: url("/images/bullet.gif");
	margin: 1.2em 3em;
}

.specials-title {
	margin: 0 0 8px;
}

.package-terms p {
	font-size: .9em;
	line-height: 1.2em;
	text-align: justify;
}
.package-terms {
	border-bottom: 1px solid #639899;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 4px;
	width: 100%;
}
#terms {
	float: left;
}

.btn-book-now-specials {
	float: left;
	text-indent: -9999px;
	background: transparent url('/images/btn_book_now.gif') no-repeat;
	_background: transparent url('/images/btn_book_now.gif') no-repeat;
	width: 88px;
	height: 21px;
	cursor: pointer;
	_cursor: hand;
}
.btn-book-now-specials:hover {
	background-position: 0 -21px;
}

.button_placeholder {
	float: left;
	width: 88px;
	height: 21px;
}

.learnmore {
	color: #63bbbc;	
}
