/* Picture slides */

.picture-slides-container {
	margin-bottom: 15px;
}
.picture-slides-fade-container {
	position: relative;
	overflow: hidden;
	z-index: 1002;
	height: 365px;
}

.picture-slides-fade-container a {
	display: block;
	text-align: center;
	margin-bottom: 0px;
}

.picture-slides-fade-container a img {
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
}

.picture-slides-image-load-fail {
	display: none;
}

.picture-slides-image-text {
	position: relative;
	background: #fff;
	text-align: center;
	padding: 5px 0 10px;
	z-index: 1001;
}



.picture-slides-thumbnails {
	list-style: none;
	margin-top: 1em;
	overflow: hidden;
}

.picture-slides-thumbnails li {
	width: 190px;
	background: url(/webfiles/PromotionalMatrix/layouts/images/4582/slide-buttonbg.gif) no-repeat bottom right;
	height:72px;
}

.picture-slides-thumbnails li img {
	width: 100px;
}

.picture-slides-thumbnails a {
	outline: none;
	padding-left: 20px;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff !important;
	background: url(/webfiles/WarmingtonNZ/webpages/images/55419/slide-buttonover.gif) no-repeat top left;
}
