/*
Slideshow styles

Karl Glasgow
code@keg4.com

June 2010
*/

div.SlideshowContainer {
    float: left;
    background: none;
}
div.Slideshow {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 0;
}
div.SlideshowContainer div.Controls {
    height: 15px;
    text-align: center;
}
div.Slide {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    text-align: center;
    color: #000000;
    font-size: 30px;
    font-family: TrebuchetMS, Arial;
}
a {
    outline: none;
    color: #333333;
    text-decoration: none;
}
a.stop {
    color: #FF0000;
}
a.play {
    color: #009900;
}
