/**
 * @preserve SliderPopImage v 1.1 2013-06-26
 * www.webkit.gr
 *
 * Copyright (c) 2013, Konapaz
 * Licensed under the NEW BSD license.
 */
#backgroundPopup{  
    display:none;  
    position:fixed;  
    _position:absolute;
    height:100%;  
    width:100%;
    top:0;  
    left:0;  
    background:#000000;  
    border:1px solid #cecece;  
    z-index:10000;
    cursor: pointer;
}

#popupBox{
    display:none;  
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6*/  
    background:#FFFFFF;  
    border:2px solid #cecece;  
    z-index:10001;  
    padding:12px;  
    font-size:13px;
    min-width: 275px;
	height: 80%;
}

#popupBox.no-disp {
    padding-right: 5px;
}

#popupBox #block-arr.no-disp {
    display:none;
}

#popupBox #close-but.no-disp {
    margin-top: 0;
    margin-left: 5px;
}

#popupBox img{
    float:left;
}

#popupBox #arrow-l{
    margin-right:10px;
    margin-top:10px;
    cursor: pointer;
}
#popupBox #arrow-r{
    margin-left:10px;
    margin-top:10px;
    cursor: pointer;
}

#popupBox #poptheimg {
    _height: 80%;
}

#popupBox #block-arr {
    clear:both;
    margin:auto;
    width: 150px;
    margin-top: 10px;
}

#popupBox #close-but {    
    margin-top: 10px;
    float:right;
    cursor: pointer;
}


#popupBox #description {  
    clear: both;
    display: block;
    width: 200px;
    float: left;
}