/* 
    Document   : slideshow
    Created on : 5-mar-2010, 16.14.56
    Author     : max
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{
    font-family:arial
}

/*
#slideshow {
    position:relative;
    height:350px;
    font-family: Arial,Helvetica,sans-serif;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}
*/
.clear {
    clear:both
}

#gallery {
    position:relative;
    height:300px;
    margin: 0px 50px;
}
#gallery a {
    float:left;
    position:absolute;
}

#gallery a img {
    border:none;
}

#gallery a.show {
    z-index:500
}

#gallery .caption {
    z-index:600;
    background-color:#000;
    color:#ffffff;
    height:80px;
    width:100%;
    position:absolute;
    bottom:0;
}

#gallery .caption .content {
    margin:5px;
    font-size: 80%;
}

#gallery .caption .content h3 {
    margin:0;
    padding:0;
    color: #469DD2;
}
