.full-width {
  overflow: hidden;
  position: relative;
  background: #fff;
}
.full-width,
.full-width .slide img {
  width: 100%;
}
.full-width:hover {
  background: transparent;
}
.full-width .inner {
  overflow-y: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=00);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: margin 500ms linear;
  -moz-transition: margin 500ms linear;
  -ms-transition: margin 500ms linear;
  -o-transition: margin 500ms linear;
  transition: margin 500ms linear;
}
.full-width .slide {
  float: left;
  overflow-x: hidden;
  position: relative;
}
.full-width .slide img {
  height: auto;
}
.full-width .slide div {
  color: #fff;
  position: absolute;
  padding: 0 5%;
  left: 0;
  width: 90%;
  text-align: right;
  font-size: 32px;
}
.full-width .slide div p {
  float: left;
  text-align: left;
  padding: 10px;
  margin:-80px  0 0 0;
/*  background: rgba(0, 0, 0, 0.8);*/
  font-family: 'CenturyGothicRegular';
  width:330px;
  line-height:47px;
  color:#bcbebf;
  font-size:38px;
  font-size:100% !important;
}
.full-width .slide div .b_test{
	padding:6px 3% 8px 3%;
	background:#000;
	margin-top:10px;
	font-size:13px;
	color:#fff;
	text-align:center;
}
.full-width .slide div .b_test:hover{
	background:#bcbebf;
	color:#fff;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}


.full-width .controls a {
  position: absolute;
  top: 50%;
  margin-top: -46px;
  display: block;
/*  background: rgba(0, 0, 0, 0.5);*/
  text-decoration: none;
  color: #fff;
  font-size: 0px;
  padding: 0 24px 2px 7px;
  line-height: 40px;

}
.full-width .controls a.left {
  left: 0px;
  background:url(../images/arw_lft.png) no-repeat left;
}
.full-width .controls a.right {
  right: 0px;
  background:url(../images/arw_rit.png) no-repeat right;
}
.full-width .slide-nav {
  *display: none;
  font-size: 75px;
  margin: 0 auto;
  line-height: 50px;
  font-family: 'Helvetica', Arial, sans-serif;
}
.full-width .slide-nav span {
  cursor: pointer;
  color: #ccc;
}
.full-width .slide-nav span.current {
  color: #333;
}
.lt-ie9 .full-width p,
.lt-ie9 .full-width .controls a {
  background: url('bg-trans.png') repeat;
  _background: #333;
}