.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	text-align:center;
	/*text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .25);*/
	background: #CACBCC;
}
.banner ul {
	list-style: none;
	width: 300%;
}
.banner ul li {
	display: block;
	float: left;
	width: 33%;
	min-height: 240px;
	/*-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	box-shadow: inset 0 -3px 6px rgba(0, 0, 0, .1);*/
	background-position:center center;
	background-repeat:no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner .inner {
/*padding: 160px 0 110px;*/
background-color: rgba(34, 34, 34, 0.2);
height:240px;
margin-top:0px;
}
.banner h1, .banner h2 {
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	padding-top:80px;
	color: #fff;
	text-transform:uppercase;
	width:80%;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
	font-weight:600;
	text-shadow:  0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3);
}
.banner p {
	font-size: 16px;
	line-height: 17x;
	text-align: center;
	color: #FFF;
	width:80%;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3);
}
.inner a:link {
	text-decoration:none;
	color: #FFF;
 transition: color .5s ease-in-out;
 -moz-transition: color .5s ease-in-out;
 -webkit-transition: color .5s ease-in-out;
 -o-transition: color .5s ease-in-out;
}
.inner a:visited {
	text-decoration:none;
	color: #FFF;
}
.inner a:hover {
	text-decoration:none;
	color: #C71E62;
}
.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	width: 100%;
}
.banner .dots li {
	display: inline-block;
 *display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	line-height: 8px;
	margin: 0 4px;
	text-indent: -999em;
 *text-indent: 0;
	background-color: #FFF;
	/*border: 1px solid #fff;*/
	border:0;
	border-radius: 4px;
	cursor: pointer;
	/*opacity: .4;*/
 -webkit-transition: background .5s, opacity .5s;
 -moz-transition: background .5s, opacity .5s;
 transition: background .5s, opacity .5s;
 -o-transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background-color: #C5005E;
	opacity: 1;
	border:0;
}
.arrows {
	color: #fff;
	font-size:10px;
	line-height:20px;
	height:20px;
}
.prevButton {
	width:20px;
	height:20px;
	text-align:left;
	position: absolute;
	top:50%;
	margin-top:-10px;
	left:20px;
}
.nextButton {
	width:20px;
	height:20px;
	text-align:right;
	position: absolute;
	top:50%;
	margin-top:-10px;
	right:20px;
}
.unslider-arrow:link img {
	opacity:1.0;
 transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -webkit-transition: opacity .5s ease-in-out;
 -o-transition: opacity .5s ease-in-out;
}
.unslider-arrow:visited img {
	opacity:1.0;
}
.unslider-arrow:hover img {
	opacity:0.6;
}

 @media all and (max-width: 1020px) {
.banner h1, .banner h2 {
	font-size: 22px;
	line-height: 24px;
	padding-top:80px;
	width:80%;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
}
.banner p {
	font-size: 12px;
	line-height: 13x;
	width:80%;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}	 
 }
 @media all and (max-width: 720px) {
.banner h1, .banner h2 {
	font-size: 22px;
	line-height: 24px;
	padding-top:60px;
	width:80%;
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
}
.banner p {
	font-size: 12px;
	line-height: 13x;
	width:80%;
	width:300px;
	margin-left:auto;
	margin-right:auto;
}	 
 }