/**
 * @author Ferdy Perdaan
 * @copyright Copyright (c) 2010, WFIT
 * @version 1.0
 */

 /** GALLERY PANEL ------------------------------------------------------------------------------------------------------------------------------- **/
.GalleryPanel {
    position : absolute;
    top  : 22px;
    left : 0px;
    
    filter  : alpha(opacity=0);
    opacity : 0;
    -moz-opacity : 0;
    -khtml-opacity : 0;
}

.GalleryPanel .Button {
    position : absolute;
    cursor   : pointer;
    
    filter : inherit;
}

.ImageGallery, .SlideGallery {
    overflow : hidden;
    position : relative;
}

.SlideGallery .Item {
    display : block;
}

/** POPUP SCREEN -------------------------------------------------------------------------------------------------------------------------------- **/
#PopupScreenLayer {
    background-color : #000000;
    display  : none;
    position : absolute;
    top  : 0px;
    left : 0px;

    width   : 100%;
    height  : 100%;

    filter  : alpha(opacity=0);
    opacity : 0;
    -moz-opacity : 0;
    -khtml-opacity : 0;

    z-index : 50;
}

#PopupBoxLayer {
    background-color : #942c35;
    display  : none;
    /*color    : #FFCC33;*/

    position : absolute;

    z-index : 51;
}

#Conditions {
    visibility : inherit;
    display : none;
}

#PopupClose {
    position : absolute;
    cursor   : pointer;
    
    top : 30px;
    right : 30px;

    width  : 15px;
    height : 15px;
}
