﻿/* Swiper Styles */
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	/*width:100%;*/
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
	
}
.swiper-slide {
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* Specify Swiper's Size: */
.swiper-container, .swiper-slide {
	padding:0;margin:0;
}

.h100{height:100px;}
.h150{height:150px;}
.h200{height:200px;}
.h250{height:220px;}
.h260{height:250px;}
.h350{height:350px;}
.h450{height:440px;}
.h500{height:500px;}
.h550{height:550px;}
.h600{height:600px;}
.h650{height:650px;}
.h700{height:700px;}
.h750{height:750px;}
.h800{height:800px;}
.h4500{height:1100px;}
.h280{height:280px;}



.picShowH{ position:relative;text-align:center;  margin-right:auto; margin-left:auto; width:330px;height:200px; overflow:hidden;}
.picShowH img{ width:330px; height:200px; overflow:hidden;}
.picShowH span{ position:absolute; bottom:10px; z-index:1000; color:#fff;  width:330px;  font-size:1.5em; left:0; text-align:center;  }
.picShowH p{position:absolute; bottom:0; z-index:10;  height:40px; width:330px; border-top:1px solid rgba(255,255,255,0.5); background:rgba(0,0,0,0.5); color:#fff;  left:0;overflow:hidden; }



