/* Tła "przedsionków"
----------------------------------------*/

.o-nasWrapper {
    background: url('../img/bg/bg_o_nas.jpg') top center no-repeat;
}

.reklama-w-serwisieWrapper {
    background: url('../img/bg/bg_reklama_w_serwisie.jpg') top center no-repeat;
}

.regulaminWrapper {
    background: url('../img/bg/bg_regulamin.jpg') top center no-repeat;
}

.aktualnosci-o-luksusieWrapper {
    background: url('../img/bg/bg_aktualnosci_o_luksusie.jpg') top center no-repeat;
}

.kontaktWrapper {
    background: url('../img/bg/bg_kontakt.jpg') top center no-repeat;
}

.bizuteria-i-zegarkiWrapper {
    background: url('../img/bg/bg_bizuteria_i_zegarki.jpg') top center no-repeat;
}

.wnetrza-i-wyposazenieWrapper {
    background: url('../img/bg/bg_wnetrza_i_wyposazenie.jpg') top center no-repeat;
}

.hotele-i-apartamentyWrapper {
    background: url('../img/bg/bg_hotele_i_apartamenty.jpg') top center no-repeat;
}

.kosmetyka-i-urodaWrapper {
    background: url('../img/bg/bg_kosmetyka_i_uroda.jpg') top center no-repeat;
}

.moda-i-stylWrapper {
    background: url('../img/bg/bg_moda_i_styl.jpg') top center no-repeat;
}

.podroze-i-przygodaWrapper {
    background: url('../img/bg/bg_podroze_i_przygoda.jpg') top center no-repeat;
}

.prawo-i-finanseWrapper {
    background: url('../img/bg/bg_prawo_i_finanse.jpg') top center no-repeat;
}

.internet-i-reklamaWrapper {
    background: url('../img/bg/bg_internet_i_reklama.jpg') top center no-repeat;
}

.sport-i-hobbyWrapper {
    background: url('../img/bg/bg_sport_i_hobby.jpg') top center no-repeat;
}

.sztuka-i-rozrywkaWrapper {
    background: url('../img/bg/bg_sztuka_i_rozrywka.jpg') top center no-repeat;
}

.wiedza-i-edukacjaWrapper {
    background: url('../img/bg/bg_wiedza_i_edukacja.jpg') top center no-repeat;
}

.wiedza-i-naukaWrapper {
    background: url('../img/bg/bg_wiedza_i_nauka.jpg') top center no-repeat;
}

.zdrowie-i-medycynaWrapper {
    background: url('../img/bg/bg_zdrowie_i_medycyna.jpg') top center no-repeat;
}
.media-o-nasWrapper {
    background: url('../img/bg/bg_media_o_nas.jpg') no-repeat;   
}

.kuchnia-koneseraWrapper {
    /*background-size: auto ! important;*/
    background: url('../img/bg/bg_kuchnia_konesera.jpg') top center no-repeat;
}

/* Kolaże prezentacji
----------------------------------------*/

.prezentacje .bizuteria-i-zegarkiWrapper {
    background: url('../img/bg/prezentacje/bg_bizuteria_i_zegarki.jpg') no-repeat;
}

.prezentacje .wnetrza-i-wyposazenieWrapper {
    background: url('../img/bg/prezentacje/bg_wnetrza_i_wyposazenie.jpg') no-repeat;
}

.prezentacje .hotele-i-apartamentyWrapper {
    background: url('../img/bg/prezentacje/bg_hotele_i_apartamenty.jpg') no-repeat;
}

.prezentacje .kosmetyka-i-urodaWrapper {
    background: url('../img/bg/prezentacje/bg_kosmetyka_i_uroda.jpg') no-repeat;
}

.prezentacje .moda-i-stylWrapper {
    background: url('../img/bg/prezentacje/bg_moda_i_styl.jpg') no-repeat;
}

.prezentacje .podroze-i-przygodaWrapper {
    background: url('../img/bg/prezentacje/bg_podroze_i_przygoda.jpg') no-repeat;
}

.prezentacje .prawo-i-finanseWrapper {
    background: url('../img/bg/prezentacje/bg_prawo_i_finanse.jpg') no-repeat;
}

.prezentacje .internet-i-reklamaWrapper {
    background: url('../img/bg/prezentacje/bg_internet_i_reklama.jpg') no-repeat;
}

.prezentacje .sport-i-hobbyWrapper {
    background: url('../img/bg/prezentacje/bg_sport_i_hobby.jpg') no-repeat;
}

.prezentacje .sztuka-i-rozrywkaWrapper {
    background: url('../img/bg/prezentacje/bg_sztuka_i_rozrywka.jpg') no-repeat;
}

.prezentacje .wiedza-i-edukacjaWrapper {
    background: url('../img/bg/prezentacje/bg_wiedza_i_edukacja.jpg') no-repeat;
}

.prezentacje .wiedza-i-naukaWrapper {
    background: url('../img/bg/prezentacje/bg_wiedza_i_nauka.jpg') no-repeat;
}

.prezentacje .zdrowie-i-medycynaWrapper {
    background: url('../img/bg/prezentacje/bg_zdrowie_i_medycyna.jpg') no-repeat;
}

.prezentacje .kuchnia-koneseraWrapper {
    background: url('../img/bg/prezentacje/bg_kuchnia_konesera.jpg') no-repeat;
}

.prezentacje .patronat-medialnyWrapper {
    background: url('../img/bg/prezentacje/bg_patronat_medialny.jpg') no-repeat;
}

.prezentacje .patronat-medialny-archiwumWrapper {
    background: url('../img/bg/prezentacje/bg_patronat_medialny_archiwum.jpg') no-repeat;
}

#archiwumHandle {
    display: none;
}

.prezentacje .patronat-medialnyWrapper #archiwumHandle {    
    display: block;
    width: 25px;
    height: 96px;
    cursor: pointer;
    background: #000000 url('../img/content/archiwum_handle.png') 0 0 no-repeat;
    border: 1px solid #806f52;
    top: 20px;
    left: -1px;
    z-index: 999;
    position: absolute;
    box-shadow: 5px 0 5px 0 #000000;
    -moz-box-shadow: 5px 0 5px 0 #000000;
    -webkit-box-shadow: 5px 0 5px 0 #000000;	
    border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
}