/* 
    Document   : imagebox
    Created on : Jul 9, 2010, 5:25:01 PM
    Author     : dorian
    Description:
        Purpose of the stylesheet follows.
*/

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

div#imagebox-wrapper {
    background-color:#000000;
    opacity: 0.5;

    height:100%;
    position:fixed;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
}

div#b-imagebox {
    position: fixed;
    background-color: black;

}


div#b-imagebox a{
    cursor:pointer;
    display:block;

    height:16px;

    width:16px;
    background-image:url("../i/close.png");
}