.wk-slideset .sets{
	overflow: visible !important;
}
.set{
.wk-contentst-style-type:none; /*remove the bullet point*/
margin-left:0;
-webkit-transform-origin: 170px top !important;
-moz-transform-origin: 170px top !important;
-ms-transform-origin: 170px top !important;
-o-transform-origin: 170px top !important;
transform-origin: 170px top !important;
/*-webkit-transform: scale(0.7) !important;*/
}
.set li .wk-content{
display:inline-block; /*places the images in a .wk-contentne*/
position: relative;
z-index: 0; /*resets the stack order of the .wk-contentst items - later we'll increase this*/
margin:10px 40px 0 20px;
}
.set img{
background-color:#fff;
padding: 12px;
/*-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px; */
}
.set span{
position:absolute;
left: -9999px;
background-color:#fff;
padding: 10px;
font-family: 'Droid Sans', sans-serif;
font-size:18px;
text-a.wk-contentgn: center; 
color: #495a62; 
-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
box-shadow: 0 0 20px rgba(0,0,0, .75);
-webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
border-radius:8px;
}
.set li .wk-content:hover{
z-index: 50;
cursor:pointer;
}
.set span h4{
	font-weight: normal;
	text-transform: uppercase;
	clear: both;
}
.set span img{
padding:2px;
background:#fff;
float: left;
}
.set li .wk-content:hover span{ 
top: 0px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: 0px; /*distance from the left of the thumbnail to the left of the popup image*/
display: inline-block;
}

/**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
.set img, .set span{
behavior: url(pie/PIE.htc); 
}
/*
<!--THE IMAGES ARE PLACED IN AN UNORDERED LIST-->
<ul class="set"> <!--We give the list a class so that we can style it seperately from other unordered lists-->
<!--First Image-->
<li>
<img src="/images/partners/LNK.PNG" alt="Deckchairs" /> <!--thumbnail image-->
<span> <!--span contains the popup image-->
  <img src="/images/partners/LNK.PNG" alt="Deckchairs" /> <!--popup image-->
<br />Deckchairs on Blackpool beach <!--caption appears under the popup image-->
</span>
</li>
<!--Second Image-->
<li>
<img src="/images/partners/eco-logo.png" alt="Blackpool sunset " /> <!--thumbnail image-->
<span> <!--span contains the popup image-->
<img src="/images/partners/eco-logo.png" alt="Blackpool sunset" /> <!--popup image-->
<br />Sunset over the Irish Sea at Blackpool <!--caption appears under the popup image-->
</span>
</li>
<!--Third Image-->
<li>
<img src="/images/partners/eig.png" alt="Blackpool North Pier " /> <!--thumbnail image-->
<span> <!--span contains the popup image-->
<img src="/images/partners/eig.png" alt="Blackpool North Pier " /> <!--popup image-->
<br />Rolling waves off Blackpool North Pier <!--caption appears under the popup image-->
</span>
</li>
</ul>





<div id="owl-example1" class="owl-carousel2 enlarge" style="width: 1170px; margin: 0 auto;">            
  <div><img src="images/partners/LNK.PNG" alt="" /><span> 
  <img src="/images/partners/LNK.PNG" alt="Deckchairs" /> 
<br />Deckchairs on Blackpool beach 
</span>
	</div>
  <div><img src="images/partners/eco-logo.png" alt="" /><span> 
<img src="/images/partners/eco-logo.png" alt="Blackpool sunset" /> 
<br />Sunset over the Irish Sea at Blackpool 
</span>
	</div>
  <div><img src="images/partners/eco-qatar.png" alt="" /><span> 
<img src="/images/partners/eco-qatar.png" alt="Blackpool North Pier " /> 
<br />Rolling waves off Blackpool North Pier 
</span>
	</div>
  <div><img src="images/partners/eco2-logo.png" alt="" /><span> 
<img src="/images/partners/eco2-logo.png" alt="Blackpool North Pier " />
<br />Rolling waves off Blackpool North Pier 
</span>
	</div>     
  <div><img src="images/partners/eco3-logo.png" alt="" /><span> 
<img src="/images/partners/eco3-logo.png" alt="Blackpool North Pier " /> 
<br />Rolling waves off Blackpool North Pier 
</span>
	</div>
  <div><img src="images/partners/eig.png" alt="" /><span> 
<img src="/images/partners/eig.png" alt="Blackpool North Pier " />
<br />Rolling waves off Blackpool North Pier
</span>
	</div>
  <div><img src="images/partners/silgosp.png" alt="" /><span> 
<img src="/images/partners/silgosp.png" alt="Blackpool North Pier " /> 
<br />Rolling waves off Blackpool North Pier 
</span>
	</div>
  <div><img src="images/partners/vetr_park_eng.png" alt="" /><span> 
<img src="/images/partners/vetr_park_eng.png" alt="Blackpool North Pier " /> 
<br />Rolling waves off Blackpool North Pier 
</span>
	</div>
</div>


