#main-footer-slideshow {
    margin: 0 auto;
    height: 100%;
}

.advertise {
    padding: 10px 15px;
    float: left;
}
.bx-wrapper {
    width: 100% !important;
    position: relative;
    float: left;
    z-index: 9;
}
.advertise .title {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.advertise h2 {
    position: relative;
    display: inline-block;
    padding-right: 8px;
	width: 100%;
}
.advertise img {
    margin-top: 0px;
    background: url(images/sponsorBackground.png) no-repeat;
    position: relative;
    float: left;
    text-align: center;
    cursor: pointer;
}
.advertise img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.advertise ul {
    list-style: none;
    margin-left: 0px;
}
.advertise li {
    float: left;
    list-style: none;
    width: 160px !important;
    height: auto;
}
.advertise .bx-prev,
.advertise .bx-next {
    margin-left: -25px;
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 9;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}
.advertise .bx-prev,
.advertise .bx-next {
    bottom: 46%;
}
#main-footer-slideshow h2{
    font-family: Oswald !important;
    font-weight: normal;
    line-height: 110%;
    color: #2a2b2c;
    font-size: 24px !important;
}

.advertise .bx-wrapper:hover .bx-next {
    background: #cc3333 url(images/slideshowArrowForward.png) no-repeat 0px 1px;
    right: 0;
}
.advertise .bx-wrapper:hover .bx-prev {
    background: #cc3333 url(images/slideshowArrowBackward.png) no-repeat 0px 1px;
    margin-left: 0px;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}
