.card_magnitola_pic{

    display: block;
    float: left;
    margin: 24px 0 0 24px;
    text-align: center;
    width: 500px;
}
.slider{
    width: 464px;
    height: 50px;
    float: left;
    position: relative;
    margin: 32px 0 0 44px;
}
.prev{
    width: 11px;
    height: 20px;
    background: url("images/left_arrow.png") no-repeat;
    position: absolute;
    left: 0;
    top: 14px;
    border: none;
    cursor: pointer;
    z-index: 9999;
}
.next{
    width: 11px;
    height: 20px;
    background: url("images/right_arrow.png") no-repeat;
    position: absolute;
    top: 14px;
    right: 0;
    border: none;
    cursor: pointer;
    z-index: 99;
}
.poddershka {padding:10px 20px 20px;}
.gallery{
    width: 400px !important;
    height: 50px;
    margin: 0 0 0 26px;
    position: relative;
    z-index: 0;
}
.gallery ul li{
    width: 69px;
    height: 40px;
    border: 1px solid #6D6E71;
    display: block;
    text-align: center;
    margin: 0 0 0 9px;
    padding: 8px 0 0 0;
}
.gallery ul li img{
max-width:55px;
max-height:33px;
}
.card_help_button{
    height: 20px;
    background: #6DB900;
    font: 14px/18px Verdana;
    color: #FEFEFE;
    float: left;
    display: block;
    text-align: left;
    margin: 15px 5px 0 15px;
    padding: 0 0 0 10px;
    z-index: 999;
}
.card_help_access{
    width: 165px !important;
    height: 20px;
    background: #6DB900;
    font: 14px/18px Verdana;
    color: #FEFEFE;
    float: left;
    display: block;
    text-align: left;
    margin: 45px 0 0 -180px;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 999;
}
.card_questions_button{
    width: 165px;
    height: 50px;
    background: url("images/question_button.png") no-repeat;
    display: block;
    font: 12px Verdana;
    color: #FEFEFE;
    text-transform: uppercase;
    float: right;
    margin: 15px 20px 0 0;
    padding: 10px 0 0 10px;
    position: relative;
    z-index: 999;
}
