.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;
}
.imagegallery.slideshow .moduleactions {  
    top:-10px;
    left:-10px;
    position:absolute;
    z-index:7;
    border:1px solid #fff;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    padding:3px 8px;
    background:#103A57;
    height:20px;
    overflow:hidden;
}
.imagegallery.slideshow .moduleactions a {  
    text-decoration:none;
}
.yui-sldshw-displayer .itemactions {  
    position:absolute;
    top:10px;
    left:10px;
    padding:3px;
    border:1px solid #fff;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    padding:3px 8px;
    background:#103A57;
}
.yui-sldshw-displayer .caption {
    padding:10px;
    background:#ffffff;
    text-align:center;
    color:#000000;
    border:1px solid #333333;
    height:20px;
}


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

.yui-sldshw-next {
    z-index: 5;
    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;
}


