.ss-slides-wrap {
	position: relative;
	display: inline-block;
	line-height: 0px;
	width: 100%;
	height: 300px;
	float: left;
	margin-top: -5px;
   
	overflow: hidden;
}

.ss-capwrap {
	text-align: center;
	position: absolute;
	bottom: 5px;
	width: 100%;
}
.ss-caption {
	background: #444444;
	border-radius: 4px;
	color: #fff;
	padding: 15px 10px;
	font-family: sans-serif;
	font-size: 16px;
	display: inline-block;
}
.ss-pag-wrap {
	position: absolute;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	bottom: 20px;
}
.ss-paginate {
	display: inline-block;
	font-size: 20px;
	padding: 5px 10px;
	border-radius: 4px;
	background: none;
}
.ss-paginate a:link, .ss-paginate a:visited {
	display: inline-block;
	width: 30px;
	height: 15px;
	margin: 3px 6px;
	background: #FFF;
}
.ss-current {
	background: #374a78!important;
}
.ss-slides {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	display: inline-block;
	transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
}
.ss-slide {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	zoom: 1;
	line-height: 0;
	-webkit-backface-visibility: hidden;
}
.ss-slide:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.ss-slide img {
	width: 100%;
	height: 120%;
}
.notrans {
	-webkit-transition: none!important;
	-moz-transition: none!important;
	transition: none!important;
}
#ss-prev, #ss-next {
	position: absolute;
	top: 46%;
	z-index: 50;
	font-size: 0px;
	font-family: serif;
	margin-top: -20px;
	line-height: 31px;
	width: 40px;
	height: 40px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#ss-prev {
	background: url(../images/leftArrow.png) no-repeat;
}
#ss-next {
	background: url(../images/rightArrow.png) no-repeat;
}
#ss-prev:hover, #ss-next:hover {
	color: #000;
}
#ss-prev {
	left: 9px;
}
#ss-next {
	right: 9px;
}

@media only screen and (max-width:645px) {
}
