.slideshow 
{
    position: relative;
    margin-bottom: 40px;
}

.yui-sldshw-displayer {  
    position: relative;
    overflow: hidden;
    border: 7px solid #bbb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background:#ff;
    z-index:6;
    margin: auto;
}
.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 {
    visibility: hidden;
    /*
    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;
}


.slideshow .slideshow-buttons .prev_slide
{
    position: absolute;
    left: 10px;
    _left: -45px;
    top: 50%;
    display: block;
    width: 27px;
    height: 30px;
    background: transparent url(../images/slideshow_prev-u.gif) no-repeat 0 0;
}
.slideshow .slideshow-buttons .prev_slide:hover
{
    background: transparent url(../images/slideshow_prev-d.gif) no-repeat 0 0;
}
.slideshow .slideshow-buttons .next_slide
{
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 27px;
    height: 30px;
    background: transparent url(../images/slideshow_next-u.gif) no-repeat 0 0;
}
.slideshow .slideshow-buttons .next_slide:hover
{
    background: transparent url(../images/slideshow_next-d.gif) no-repeat 0 0;
}

.slideshow .slideshow-buttons .prev_slide span,
.slideshow .slideshow-buttons .next_slide span
{
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.slideshow .slideshow-buttons .pause_slide,
.slideshow .slideshow-buttons .play_slide
{
    display: none;
}


.slideshow .moduleactions
{
    width: 520px;
    margin: auto;
}