@charset "utf-8";
/* CSS Document */
    #slides {
      display: none;
	  position:relative;
    }

    #slides .slidesjs-navigation {
      margin-top:3px;
    }

    #slides .slidesjs-previous {
		position:absolute;
		width:30px;
		height:30px;
		left:20%;
	 	top:50%;
		z-index:99;
		margin:-16px 0 0 0;
		background:url(../images/arrows.png) no-repeat left top;
		text-indent:-3000px;
    }

    #slides .slidesjs-next {
		position:absolute;
		width:32px;
		height:32px;
		right:20%;
	 	top:50%;
		z-index:99;
		margin:-16px 0 0 0;
		background:url(../images/arrows.png) no-repeat right top;
		text-indent:-3000px;
    }

    .slidesjs-pagination {
		position:absolute;
      margin: 6px 0 0;
	  bottom:10px;
	  left:50%;
	  z-index:99;
	  margin:0 0 0 -8%;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
	  list-style:none;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
	}
	.navbar {
      overflow: hidden
    }
	#slides {
      display: none
    }

    .banner {
		width:100%;
    overflow:hidden;
    }

   
.banner img{
	max-width: 100%;
    width: 100%;
	height:100%;
    vertical-align: middle;
    border: 0;

    -ms-interpolation-mode: bicubic;
}
.banner {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.banner {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.banner:before,
.banner:after {
  display: table;
  content: "";
  line-height: 0;
}
.banner:after {
  clear: both;
}
.banner-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.banner-fluid:before,
.banner-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.banner-fluid:after {
  clear: both;
}

@media only screen and (max-width: 1002px){
	#slides .slidesjs-previous{left:2%;}
	#slides .slidesjs-next {right:2%;}
}