#nssliderSmall {
  float: left;
	position: relative;
	background-color: transparent;
	width:100%;
}

#nssliderSmall .slider_container {
}

#nssliderSmall .slide {
	display: none;
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
	width:100%;
}

#nssliderSmall .slide img {
	width:100%;
	display: block;
}

#nssliderSmall .slidePrev {
  visibility: hidden;
	background:#000;
	width:50px;
	position: absolute;
	top:50%;
	left:-50px;
	opacity:0.5;
	z-index: 2000001;
	background-image: url('/images/arrow-l.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#nssliderSmall .slidePrev:HOVER {background-image: url('/images/arrow-l-on.png');}

#nssliderSmall .slidePrev span {
	width:50px;
	float:left;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #fff;
	padding: 20px 0;
}

#nssliderSmall .slidePrev span i {
	margin-left: 18px;
}

#nssliderSmall .slideNext {
  visibility: hidden;
	background:#000;
	width:50px;
	position: absolute;
	top:50%;
	right:-50px;
	opacity:0.5;
	z-index: 2000001;
	background-image: url('/images/arrow-r.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#nssliderSmall .slideNext:HOVER {background-image: url('/images/arrow-r-on.png');}

#nssliderSmall .slideNext span {
	width:50px;
	float:left;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #fff;
	padding: 20px 0;
}

#nssliderSmall .slideNext span i {
	margin-left: 22px;
}

#nssliderSmall .timers {
	height:4px;
	position: absolute;
	bottom:15px;
	right:0;
	z-index: 3;
}

#nssliderSmall .timer {
	height:4px;
	width:40px;
	background-color: #000;
	float:left;
	margin-right: 10px;
}

#nssliderSmall .progress {
	height:4px;
	width:0%;
	background-color: #0f75bd;
	float:left;
}

#nssliderSmall .slide_content {
	top:0;
	left:0;
	position: absolute;
	width:100%;
	height:100%;
  display: flex;
  align-items: center;
}

#nssliderSmall .slide_content .inner{
	width: 80%;
	height: auto;
  padding: 30px 0 30px 80px;
  background-image: url('/layout/banner-text-bg.png');
  background-repeat: repeat-y;
  color: #444444;
}

#nssliderSmall .slide_content .inner H2 {font-size: 40px; font-weight: 600;}
#nssliderSmall .slide_content .inner P {font-size: 22px; font-weight: 400;}


#nssliderSmall .slide_content_wrapXXX { /* Slider Text Content Container Style */
	max-width: 1280px;
	margin: 5% auto;
}

#nssliderSmall .slide_content_wrap {display: table; position: absolute; height: 100%; width: 100%;}
#nssliderSmall .slide_content_wrap .middle {display: table-cell; vertical-align: middle;}
#nssliderSmall .slide_content_wrap .middle .inner {margin-left: auto; margin-right: auto; width: 700px;  color: #fff; background-color: #fff; background: rgba(0,0,0,0.4); padding: 15px 45px 15px 15px;}
#nssliderSmall .slide_content_wrap .middle .inner h2 {font-size: 60px; font-weight: 400; text-align: center;}
#nssliderSmall .slide_content_wrap .middle .inner p {font-size: 24px; font-weight: 100; text-align: center;}

#nssliderSmall .title {  /* Slider Title Style */
	opacity: 0;
	clear: both;
	color:#fff;     
	font-size:24px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	color: #1d1d1d;
	margin-top: 20px;
	letter-spacing: 2px;
}

#nssliderSmall .description { /* Slider Description Style */
	opacity: 0;
	color:#1d1d1d;
	font-size:18px;
	padding:10px;
	clear:both;
	margin-top:2px;
	line-height:24px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	text-align: center;
	width: 340px;
	margin: 0 auto;
}

#nssliderSmall .readmore { /* Slider Read More button Style */
	opacity: 0;
	clear: both;
	margin: 0 auto;
	display: block;
	width: 135px;
}
/*
.footer {
	width:100%;
	float:left;
	text-align:center;
}

.footer p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size:12px;
	color:#585858;
	margin-top:20px;
}
*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#nssliderSmall .slide_content_wrap { margin-left:50px; margin-top:5%;}
	#nssliderSmall .description {  font-size:13px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #nssliderSmall .slide_content_wrap { display:none; }
    #nssliderSmall .timers { display:none; }
    #nssliderSmall .slide_content {cursor: pointer;}
}

@media only screen and (max-width: 479px) {
    #nssliderSmall .slide_content_wrap { display:none; }
    #nssliderSmall .timers { display:none; }
    #nssliderSmall .slide_content {cursor: pointer;}
}