#banner{
width: 1024px;
height: 414px;
margin: 8px auto 0;
}
.slide{
 width:1024px;
 height: 414px;
 position: absolute;
 display: block;
 overflow:hidden;
 border: 6px solid #fff;
 background: #fff;
 z-index: 0;
}
.slide ul.slides{ margin:0; padding:0; list-style-type:none;  z-index: -999; }
.slide ul.slides li{
   display: none;
}
.slide ul.slide-navs {
	list-style-type: none;
	display: block;
}
.slide a.prev,
.slide a.next{
    background-image: url(images/prev_next.png);
    background-repeat: no-repeat;
	width: 35px;
	height: 34px;
	cursor: pointer;
	position: absolute;
	top:50%;
}
.slide a.prev{
	left: 3%;
	background-position: top left;
  z-index:99;
}
.slide a.next{
	right: 3%;
	background-position: top right;
  z-index:99;
}
.slide a.prev:hover{
	background-position: bottom left;
}
.slide a.next:hover{
	background-position: bottom right;
}
.slide ul.slide-navs {
    bottom: 3%;
    right: 7.5%;
    position: absolute;
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.slide ul.slide-navs li {
    float: left;
	background-image: url(images/bullets.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height:14px;
	width:14px;
	margin-right:6px;
	cursor:pointer;
}
.slide ul.slide-navs li.current-slide {
	background-position: -17px 0;
}
.slide .slide-desc {
    right: 0;
    margin: 15px 169px;
    position: absolute;
    bottom: 15%;
	display:inline-block;
	text-align: right;
	line-height: 40px;
}
.txt-slide{
	width: 400px;
	/* height: 80px; */
	/* background-image: url('images/txt-slider.png'); */
	background-color: rgba(35, 45, 67, .5);
	background-repeat: no-repeat;
	position: relative;
	margin-top: 28%;
	float: left;
	margin-left: 3%;
}
.txt-slide h1{font-size:20px;margin:15px auto;padding-right:10px;}
.txt-slide2{
	background-image: url('images/lema2.png');
}