.sponsors {
    position: relative;
}
.sponsorTitle {
    position: absolute;
    left:448px;
    top:13px;
    z-index:10;
    color: #4d4d4d;
    font-weight: 400;
}
.tblSponsors {
    margin: 10px 18px 0 18px;
}
.tblSponsors td.left {
    width: 28px;
    background: url(bg_prev.jpg) repeat-y 0 0;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
}
.tblSponsors td.left img:hover {
    cursor: pointer;
}
.tblSponsors td.center {
    background-color: #fff;
    width: 840px;
}
.tblSponsors td.center .carousel ul{
    height: 100px;
}
.tblSponsors td.center .carousel {
    height: 100px;
}
.tblSponsors td.center .carousel ul li {
    padding: 0 19px;
    width: 100px !important;
    height: 100px !important;
    display: block;
}
.tblSponsors td.center .carousel ul li img {
    padding: 0 19px;
}
.tblSponsors td.right {
    width: 28px;
    background: url(bg_next.jpg) repeat-y 0 0;
    text-align: left;
    padding-left: 10px;
    vertical-align: middle;
}
.tblSponsors td.right img:hover {
    cursor: pointer;
}
