#slideshowCont {
    float: left;
    width: 1109px;
    /*border: 1px solid #e3e3e3;
    background: url(/images/jquerySlideImages/slideBG.png);*/
    overflow: scroll;
    position: relative;
}

#next {
    top: 141px;
    left: 0px;
    cursor: pointer;
    position: absolute;
    display: none;
    background: url(../img/SnextBtn.png);
}

#next:hover { background: url(../img/SnextBtn-on.png); }

#last {
    top: 141px;
    right: 0px;
    cursor: pointer;
    position: absolute;
    display: none;
    background: url(../img/SlastBtn.png);
}

#last:hover { background: url(../img/SlastBtn-on.png); }
/*#slideBox { width: 1084px;
    height: 329px; }*/
#slideShow {
    padding: 46px 0px 46px 23px;
    width: 1036px;
    height: 237px;
    margin: 0px 0px 0px 25px;
    float: left;
    background-color: #ebebeb;
}

#slideShow ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 1900px;
    margin-left: 0px;
}

#slideShow ul li {
    float: left;
}



#slideShow ul li div {
    float: left;
    margin-left: 12px;
    margin-right: 11px;
}

#slideShow ul li div p {
    margin: 0;
    padding: 0;
    width: 315px;
    background: url(/images/jquerySlideImages/imgFooterBG.png) repeat-x;
    text-align: center;
    color: #5e8387;
    text-transform: uppercase;
    padding: 2px 0px;
    font-size: 12px;
}

.clear {
    clear: both;
}

