#bankomatBranze {
    width:960px;
    height:320px;
    position:relative;
    margin:0 0 5px 0;
}

#bankomatBranzeWybierz {
    position:absolute;
    top:19px;
    height:274px;
    width:170px;
    padding:50px 0 0 20px;
    margin-left:-21px;
    float:left;
    z-index:50;
    background:url(../images/bg_wybierz.png) no-repeat top left;
    font-size:20pt;
    color:#fff;
}

#bankomatBranzeTlo {
    width:810px;
    height:310px;
    position:absolute;
    left:0px;
    top:0;
    z-index:40;
    background:url(../images/tlo-branze.png) no-repeat top center;
    padding:25px 0 0 150px;
}

.bankomatPrzycisk {
    height:37px;
    width:232px;
    padding:10px;
    background:url(../images/bg_button.png) top left;
    position:relative;
    float:left;
    margin:0 10px 8px 0;
}

.bankomatPrzycisk span {
    position:absolute;
    font-size:13pt;
    font-weight:bold;
    left:45px;
    top:16px;
    overflow:hidden;
}
.bankomatPrzycisk a {
    color:#000;
}

.bankomatPrzycisk img {
    top:11px;
    left:8px;
    position:absolute;
}

.bankomatPrzycisk:hover {
    background:url(../images/bg_button.png) bottom left;
    cursor: pointer;
}
.bankomatPrzycisk:hover a{
    text-decoration: none;
    cursor: pointer;
}

.bankomatPrzycisk:hover span{
    color:#fff;
}

#bankomatBranzeCien {
    width:960px;
    height:117px;
    background:url(../images/cien.png);
}

