/* 
    Document   : main
    Created on : May 4, 2010, 11:35:09 AM
    Author     : fotis
    Description:
        Purpose of the stylesheet follows.
*/

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

div#rotating_banner
{
    width: 793px;
    height: 371px;
    background: top left url(../../../images/banner/bg.png);
    padding-bottom: 15px;

}

div#rotating_banner #rotating_banner_thumbnails{
    position: absolute;
    left:0px;
    top:0px;
    padding-top: 20px;
    padding-left: 30px;
    z-index: 1000;
}

div#rotating_banner .shadow{
    background: url(../../../images/shadow-800x800.png) no-repeat bottom right;
}

div#rotating_banner #rotating_banner_thumbnails img{
    border: 1px solid white;
    padding: 0px;
    margin:-5px 5px 5px -5px;
}


div#rotating_banner #rotating_banner_thumbnails ul{
    display: block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div#rotating_banner #rotating_banner_thumbnails ul li{
    margin:8px;
    margin-bottom: 15px;
    cursor: pointer;
    cursor: hand;
}


div#guide{
    display:none;
    background: top left url(../../../images/banner/guide.png) no-repeat;
    position: absolute;
    width: 120px;
    margin-left: -6px;
    margin-top: -7px;
    height: 70px;
    z-index: -100;
}



/**
    Div classes
*/

div#rotating_banner div#divshow{

    position:relative;
    margin-left: 15px;
    
    height:inherit;
    width:inherit;
    float:left;
}

div#rotating_banner div.showelement{

    position:absolute;
    top:0;
    left:0;
    display:none;
    height:371px;
    width:769px;

}
