.ma-banner1-container {
    position:relative;
    background:url(../images/bg-slide.png) 50% 100% no-repeat;
    padding:0 0 30px;
    margin:0;
}
#slideshowWrapper {
    position:relative;
    margin:auto;
    padding:7px;
    background:#fff;
    border:1px solid #dcdcdc;
}
#bnPrev, #bnNext {
    position:absolute;
    top:50%;
    width:45px;
    height:95px;
    margin-top:-45px;
    background:url(../images/arrows.png) no-repeat 0 0;
    text-indent:-999999px;
}
#bnPrev {    
    left:-23px;
    background-position:0 100%;
}
#bnPrev:hover {
    background-position:0 0;
}
#bnNext {
    right:-23px;
    background-position:100% 100%;
}
#bnNext:hover {
    background-position:100% 0;
}
#bnPlayPause {
    position:absolute;
    top:435px;
    right:20px;
    padding:4px 0 5px 0;
    width:60px;
    text-align:center;
    display:block;
    color:#333;
    text-decoration:none;
}
ul#slideshow {
    list-style:none;
    overflow:hidden;
}
ul#slideshow li a {
    display:block;
}
#bnList {
    list-style:none;
    bottom:-9px;
    right:400px;
    position:absolute;
}
#bnList li {
    display:inline;
    padding-right:3px;
}
#bnList li a {
    width:27px;
    height:27px;
    background:url(../images/bnList.png) 0 0 no-repeat;
    padding:0;
    float:left;
    text-indent:-9999px;
}
#bnList li.bnActive a {
    background:url(../images/bnList.png) 0 100% no-repeat;
}