﻿/*** slideshow ***/

#slideshowbox {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	z-index: 6500;
	width: 100%;
	max-height: 600px;
	overflow: hidden;
}

#slideshow {
	z-index: 1;
}

#slideshow, #slideshow li {
	width: 100%;
	height: 100%;
	text-align: center;
}

#slideshow li img {
	width: 100%;
	height: auto;
	margin: 0px auto;
}

#slidebuttons {
	position: absolute;
	width: 1308px;
	height: 105px;
	z-index: 1000;
	display: block;
	top: 200px;
	left: calc(50% - 654px);
}

#slidebuttons a {
	width: 9px;
	height: 19px;
	display: block;
	float: left;
}

#cycle-pager {
	display: none;
	margin: 0px auto;
	margin-top: -150px;
	position: relative;
	z-index: 8000;
}

#cycle-pager span {
	font-size: 4.0em;
	color: rgba(255,255,255, 0.6);
	padding: 0px 1px;
}

#cycle-pager span.cycle-pager-active {
	color: rgba(255,255,255, 1);
}

@media screen and (max-width:1308px) {

	#slidebuttons {
		width: 100%;
		left: 0px;
	}
}

@media screen and (max-width:1200px) {
	#slideshowbox {
		height: auto;
		min-height: 1px;
	}

	#slideshow li img {
		min-width: 1px;
	}

	#slideshowbox div.wrapper {
		width: 100%;
		margin-left: 0px;
	}

	#slideshowbox div.fixedwidth {
		margin-left: 0px;
		margin-top: -30px;
	}
}

@media screen and (max-width:990px) {
	#slideshowbox div.pushtext {
		height: 240px;
	}

	#slidebuttons {
		top: 100px !important;
	}
}

@media screen and (min-width:1200px) {
}

@media screen and (min-width:801px) and (max-width:1199px) {
}

@media screen and (min-width:731px) and (max-width:800px) {
}

@media screen and (min-width:730px) {
	#holdingslidebox {
		display: none;
	}

	#slideshowbox:hover #pager {
		display: block;
	}

	#prev {
		left: 0px;
	}

	#next {
		right: 0px;
	}
}

@media screen and (max-width:729px) {
	#holdingslidebox {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	#holdingslidebox img {
		width: 100%;
	}

	#slideunderinfo {
		margin: -60px 0 0 0;
	}

	#slideshowbox div.wrapper, #pager, #prev, #next, #slidearrow, #cycle-pager {
		display: none !important;
	}

	#slideshow li img {
		width: 100%;
	}
}

@media screen and (max-width:599px) {
}
