.full-width {
    overflow: hidden;
    /*position: absolute;*/
    /*top: 120px;*/
    max-height: 500px;
    overflow: hidden;
}
.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;
}
.full-width .slide {
    float: left;
    overflow-x: hidden;
    position: relative;
    display: block;
    position: relative;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.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: right;
    text-align: left;
    padding: 10px;
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
}
.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: 40px;
    padding: 0 10px 2px 7px;
    line-height: 40px;
    *display: none;
}
.full-width .controls a.left {
    left: 0px;
}
.full-width .controls a.right {
    right: 0px;
}
.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;
}