.gcbanner-container {
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}

.banner_item {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.gcbanner-container.slider .banner_item li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.banner_item img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.banner_item .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .6);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  text-align: center;
}

.banner_item .banner_description {
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #000;
  background: #fff;
  background: rgba(255,255,255, .6);
  left: 0;
  right: 0;
  bottom: 51px;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  text-align: center;
}

.gcbanner_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(data:image/gif;base64,R0lGODlhTAA9AMQAABAQEDAwMO/v78/Pz7+/v39/f6+vr1BQUCAgIGBgYJ+fn0BAQN/f33BwcI+Pj////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAABMAD0AAAXkICSOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ikcslsOp/QqHRKrVqv2Fog4NsiAYTHY8ALPwiAImAgFi90gfY4PVTIyTuzWDEsyAUIPAACcgVBCXIPbz1xcgk/AYRthj8Nf1yCkmIGQnZtAnQ6eg8MoT9rcgQ7jW2YQqxirjeDcg5Efp+mNweJj0G8cgc9uGICsjyRhT+eYqU+qG2cp2zRPsxzQbSTPJafga+aD984CImLQ4itOuVtvkULBgTCOwcGBvNZ+fr7/P3+/wADChxIsKDBgwgTKlzIsKFDKSEAADs=) no-repeat left top;
  margin-top: -45px;
  left:-30px;
  opacity:0;
  transition:all .3s ease-in-out;
}

.gcbanner_nav:active {
  opacity: 1.0;
}

.gcbanner_nav.next {
  left: auto;
  background-position: right top;
  right:-30px;
}

.gcbanner-container:hover .prev {
 left:0;
 opacity:1
}
.gcbanner-container:hover .next {
 right:0;
 opacity:1
}


/* Responsive Slides Button Nav http://responsiveslides.com/themes/themes.html */
.gcbanner_tabs:focus {
  outline: none;
}

.gcbanner_tabs {
  text-align: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

.gcbanner_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}

.gcbanner_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #555;
  background: rgba(155, 155, 155, 0.97);
  box-shadow: inset 0 0 2px 0 rgba(155, 155, 155, 0.97);
  display: inline-block;
  _display: block;
  *display: block;
  width: 9px;
  height: 9px;
}

.gcbanner_here a {
  background: #555;}
