/****************  homepage slideshow  ***********************/

.imagegallery.slideshow {
    float:left;
    position:relative;
    border:0;
    z-index:2;
}

.homepage .yui-sldshw-displayer {
    border:0;    
}

.homepage .imagegallery.slideshow .moduleactions {  
    top:-30px;
    left:10px;
}


.homepage .yui-sldshw-displayer .caption {
    position:absolute;
    top:0;
    left:0;
    padding:10px;
    background:transparent;
    text-align:left;
    color:#ffffff;
    border:0;
}

.homepage .yui-sldshw-displayer .itemactions {
    top:10px;
}

.imagegallery.slideshow .slideshow-buttons {
    text-align:center;
    background:url(../images/ss_back.png) repeat-x 0 100%;
    height:70px;
    position:absolute;
    bottom:0;
    z-index:7;
    left:0;
    width:100%;
}

.imagegallery.slideshow .slideshow-buttons a {
    display:inline-block;
    overflow:hidden;
    width:0px;
    height:19px;
    padding-left:19px;
    margin-top:20px;
}
.imagegallery.slideshow .slideshow-buttons a.prev_slide {
    background:url(../images/prev.png);
}
.imagegallery.slideshow .slideshow-buttons a.prev_slide:hover {
    background:url(../images/prevh.png);
}
.imagegallery.slideshow .slideshow-buttons a.play_slide {
    background:url(../images/play.png);
    height:24px;
    padding-left:46px;
}
.imagegallery.slideshow .slideshow-buttons a.play_slide:hover {
    background:url(../images/playh.png);
}
.imagegallery.slideshow .slideshow-buttons a.pause_slide {
    background:url(../images/pause.png);
    height:24px;
    padding-left:46px;
}
.imagegallery.slideshow .slideshow-buttons a.pause_slide:hover {
    background:url(../images/pauseh.png);
}
.imagegallery.slideshow .slideshow-buttons a.next_slide {
    background:url(../images/next.png);
}

.imagegallery.slideshow .slideshow-buttons a.next_slide:hover {
    background:url(../images/nexth.png);
}


