/**
* DivSlideShow
*/

.slideshow {
    height: 300px;
    width: 750px;
    overflow:hidden !important;
    position: relative;
}

.dssSlideContainer, .dssSlide {
    display: block;
}

.dssControlContainer {
    position: absolute;
    top: 270px;
    left: 600px;
}

.control {
    background: url("diapo/off.png");
    width: 18px;
    height: 18px;    
    margin-left: 10px;
    cursor: pointer;
/*    display: none;*/
}

.control:hover {
    background: url("diapo/on.png");
    width: 18px;
    height: 18px;
}  

.active {
    background: url("diapo/on.png");
    cursor: default !important;
    width: 18px;
    height: 18px;
}

.separator {

}

.left {
    position: absolute;
    left: 30px;
    top: 130px;
    cursor: pointer;     
}

.control[direction="-1"], .control[direction="1"]  {
    display: none;    
}

.right {
    position: absolute;
    left: 890px;
    top: 130px;
    cursor: pointer;       
}

.slide {
    overflow:hidden;
}