.yui-sldshw-displayer {  
    position: relative;
    overflow: hidden;
    border:1px solid #333333;
    background:#ffffff;
    z-index:6;
}
.yui-sldshw-displayer .pa-slide-image {  
    overflow:hidden;
    background:#ffffff;
}
.yui-sldshw-displayer .itemactions {  
    position:absolute;
    top:10px;
    left:10px;
    padding:3px;
    background:#dedede;
}
.yui-sldshw-displayer .caption {
    padding:10px;
    background:#ffffff;
    text-align:center;
    color:#000000;
    border:1px solid #333333;
    height:20px;
}


.yui-sldshw-displayer  div.yui-sldshw-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0px;
    top:0px;
    overflow:hidden;
}

.yui-sldshw-next {
    z-index: 1;
    display: block;
    opacity: 1.0;
}

.yui-sldshw-active {
    z-index: 10;
    display: block;
    opacity: 1.0;
}
.yui-sldshw-cached {
    display: none;
    z-index: 0;
    opacity: 1.0;
}

.slideshow .slideshow-buttons {
    text-align:center;
}


