
/**
 * jQuery Simple Dialog 
 */
 .sd_overlay{
     background: #161616;
     opacity:0.9;
 }
.sd_container{
 font-family: arial,helvetica,sans-serif;
 margin:0;
 position: absolute;top:50px;
 background-color: #fff;
 text-align:center;
 width: 775px;
 margin-left: -452px;
 padding: 0;
}
.sd_header{
 font-size: 125%;
 font-weight:bold;
 margin-bottom: 10px;
}
.sd_content{}
.sd_footer{
 color: #a0a0a0;
 margin-top: 10px;
}
.sd_overlay{
 position: absolute;
 margin:0;
 padding: 0;
 top: 0;
 left: 0;
 background-color: #161616;
 padding-bottom: 30px;
}
.sd_loading{
 background: url('indicator.gif') center no-repeat;
 background-color: #fff;
 height: 60px;
 width: 60px;
}
.sd_closelabel{
 position:absolute;
 width:139px;
 height:30px;
 line-height:22px;
 top:-10;
 left:0;
 text-align:center;
 background-color:#ccc;
 background: url(../images/gallery_close.png) no-repeat;
 content: none;
 cursor: pointer;
}
.sd_closelabel:hover{
    background: url(../images/gallery_close_ov.png) no-repeat;
}
.sd_closelabel a {
 text-decoration:none;
 color: #222;
 font-size: 12px;
 font-weight:bold;
}

#menu{background: #e5e5e5;height: 163px;text-align: center;}
    #menu_wrapper{margin: 0 auto;/*padding-left: 230px;*/}
    #menu img{margin-left: 9px; cursor: pointer;}
    #menu .wskaznik{background: none no-repeat; width: 19px; height: 11px;position: relative;top:-11px;left: 50px;}
    
    #menu #img1, #menu #img2, #menu #img3{height: 141px;padding-top: 11px;float: left;}
    
    #image{margin-top: 50px;margin-bottom: 20px;}