
/* 
    Document   : slideshow
    Created on : 7 Ιουν 2010, 1:25:47 μμ
    Author     : qwazix
    Description:
        Purpose of the stylesheet follows.
*/

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


#slideshow{
    display: block;
    width:600px;
    height:200px;
    padding: 0;
    margin-bottom: 50px;
    display: table-cell;
    vertical-align: bottom;
    
}
.crop{
    position: absolute;
    left: 211px;
    top: 88px;
    width:600px;
    height:200px;
    overflow: hidden;
}

#slideshow img{
    display: none;
}


/*TODO: png background for IE*/

.overlay{
    /*background-color:
        rgba(0,0,0,0.3);*/
    background-image: url('../images/24percentblackalpha.png');
    padding: 10px;
    left:0;
    top:2px;
    position: relative;
    height: 60px;
    color:white;
    text-shadow:
        2px 2px 4px black;
    display: none;
    width: 580px;
}

