.polecane_box{
    margin-bottom: 70px;
    width: 624px;
    overflow: hidden;
}
.polecane_tyt{
    font-size: 36px;
    color: #ad4601;
    padding: 60px 10px 15px;
    border-bottom: 1px solid #790000;
    margin-bottom: 30px;
}
.polecane_wszystkie{
    float: right;
    color: #787878;
    font-size: 14pt;
    width: 95px;
    text-align: center;
    display: block;
}
.polecane_min_foto{
    width: 100%;
    margin-bottom: 25px;
}
.polecane_akt{
    margin-bottom: 20px;
}

.polecane_akt a{
    color: #787878;
    font-size: 24px;
    font-weight: bold;
}
.polecane_opis{
    margin-bottom: 30px;
}
.polecane_wiecej{
    color: #f6871f;
    font-size: 1.1em;
    border: 1px solid #f6871f;
    padding: 15px 0px;
    width: 140px;
    float: left;
    text-align: center;
}
.polecane_wiecej:hover{
    background: #f6871f;
    color: #e6e6e6;;
}
.polecane_element{
    width: 624px;
    float: left;
    padding-bottom: 20px;
    display: none;
    position: absolute;
}

.kropka_polecane{
    background: #20455D;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 10px;
    cursor: pointer;
}
.polecane_kropki{
    text-align: center;
}
.kropka_polecane.active, .kropka_polecane:hover{
    background: #F79031;
}
.polecane_change_box{
    min-height: 40px;
    overflow: hidden;
}