/* Image Slideshow */

#container2,
#img_1,
#slide_1,
.holder,
.pauses1 {
	width: 100% !important;
}

.holder {
	background-repeat: no-repeat;
	background-size: cover;
	-ms-behavior: url(/css//htc/backgroundsize/backgroundsize.min.htc); /* Fix to make background-size:cover; work in IE<9*/
	background-position: center 0;
}

.nexts1 {
	position: absolute !important;
}

#nexts_sub,
#backs_sub {
	z-index: 9999;
	width: 36px;
	height: 62px;
	background-image: url(/images/layout/imageSlideshowNav.png);
}

#pauses_sub {
	width: 30px;
	height: 30px;
	background-image: url(/images/layout/imageSlideshowPlayPause.png);
}

@media (max-width: 768px) {
	#container2,
	#img_1,
	#slide_1,
	.holder,
	.pauses1,
	#backs,
	#nexts,
	.booking {
		height: 311px !important;
	}
}

@media (max-width: 640px) {
	#container2,
	#img_1,
	#slide_1,
	.holder,
	.pauses1,
	#backs,
	#nexts {
		height: 274px !important;
	}
}

@media (max-width: 320px) {
	#container2,
	#img_1,
	#slide_1,
	.holder,
	.pauses1,
	#backs,
	#nexts {
		height: 200px !important;
	}
}