.swiper-highest-container-padding{
	
}

.swiper-highest-container{

	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	height: 560px;
	border-radius: 0px;
	transition: box-shadow 0.2s;
	-webkit-transition: box-shadow 0.2s;
	z-index: 99;
}
.swiper-highest-container:hover{
	

	box-shadow:0 0 50px rgba(80, 200, 250,0.50);
}

.swiper-container-container{

	position: relative;
	display: block;
	height: 580px;
}

.swiper-frame{
	background: url(http://shop.benjireef.com.au/images/frame.png) no-repeat;
	max-width: 1000px;
	position: absolute;
	z-index: 2;
	pointer-events:none;
	overflow: hidden;
}

img.swiper-image{
	max-width: 1000px;
}


.swiper-slideimg {
	vertical-align: middle;
	display: block;
	
	border:10px solid #fff;
	position: relative;
	left: -10px;
	top: -10px;
	box-shadow: 0px 2px 5px rgba(0,0,0,1);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-backface-visibility: hidden;
	opacity: 0.3;
	background-repeat: no-repeat;
}

.swiper-footer{
	position: absolute;
	left: 0px;
	margin-top: 12px;
	width: 1008px;
	height: 30px;
	clear: both;
}

.pagination{
	float: left;
	margin-left: 5px;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: url(http://shop.benjireef.com.au/images/swiper-pagination-ball.png) no-repeat 1px 1px;
  margin-right: 8px;
  opacity: 0.8;
  cursor: pointer;
}

.swiper-pagination-switch{
	background-color: #eaeaea;
}

.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
	background-color: #51cbff;
}
/*This contains the image title returned by the image fetcher, we don't need to show it as we use JQUERY to put the title in the swiper footer .image-title*/
.title{
	display: none;
}

