.vignette {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: 599;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.65) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.65) 100%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=1 );
}
/*Slideshow*/
.cycle-overlay {
	bottom: 10%;
	color: white;
	font-family: tahoma, arial;
	left: 10%;
	position: absolute;
	width: auto;
	z-index: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cycle-overlay div:nth-of-type(1) {
	color: #FFF;
	font-size: 4em;
	font-family: 'Signika', sans-serif;
	padding: 10px 15px;
	text-shadow: 0 0 10px #141414
}
.cycle-overlay div:nth-of-type(2) {
	color: #fff;
	background: #B49380;
	opacity: 0.8;
	font-family: 'Georgia', serif;
	font-style: italic;
	font-size: 1.2em;
	padding: 5px 15px
}
.cycle-slideshow img {
	width: 100%;
	max-width: 1920px;
	height: auto
}
.cycle-prev {
	background: url(../img/direction-prev.png) no-repeat scroll 10% 50% rgba(0, 0, 0, 0);
	left: 0;
}
.cycle-next {
	background: url(../img/direction-next.png) no-repeat scroll 90% 50% rgba(0, 0, 0, 0);
	right: 0;
}
.cycle-prev:hover, .cycle-next:hover {
	opacity: 0.7;
}
.cycle-prev, .cycle-next {
	cursor: pointer;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 23%;
	z-index: 800;
}
.accommodationOptions {
	box-shadow: 0 0 5px 0 rgba(170, 170, 170, 1);
	width: 400px;
	float: left;
	margin: 0 20px 10px 0;
}
/* pager */
.cycle-pager {
	text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	bottom: 50px;
	overflow: hidden;
}
.cycle-pager span {
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
	color: #2B4330;
}
.cycle-pager > * {
	cursor: pointer;
}
@media all and (max-width: 700px) {
.cycle-overlay {
	bottom: 10%;
	color: white;
	font-family: tahoma, arial;
	left: 10%;
	position: absolute;
	width: auto;
	z-index: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cycle-overlay div:nth-of-type(1) {
	color: #FFF;
	font-size: 3em;
	font-family: 'Signika', sans-serif;
	padding: 10px 15px;
	text-shadow: 0 0 10px #141414
}
.cycle-overlay div:nth-of-type(2) {
	color: #fff;
	background: #B49380;
	opacity: 0.8;
	font-family: 'Georgia', serif;
	font-style: italic;
	font-size: 1.2em;
	padding: 5px 15px
}
.accommodationOptions {
	float: none !important;
	margin: 0 auto 20px !important;
	max-width: 400px;
	width: 100%;
}
}
@media all and (max-width: 500px) {
.cycle-overlay div:nth-of-type(1) {
	color: #FFF;
	font-size: 2em;
	font-family: 'Signika', sans-serif;
	padding: 10px 15px;
	text-shadow: 0 0 10px #141414
}
.cycle-overlay div:nth-of-type(2) {
	color: #fff;
	background: #B49380;
	opacity: 0.8;
	font-family: 'Georgia', serif;
	font-style: italic;
	font-size: 1em;
	padding: 5px 15px
}
}
