/* KIEMELT TERMÉKEK SLIDE START */

.at_slide_fokontener
{
/*    width: 950px;*/
    margin: 0px 0px 0px 0px;
    position: relative;
}

.at_slide_kontener
{
/*    width: 950px;*/
    height: 360px;
    z-index: 1;
    margin: 0px 0px 0px 0px;
}

.at_slide_kontener ul
{
    width: 950px;
}

.at_slide_kontener ul li
{
    width: 185px;
    float: left;
    list-style: none;
    margin: 0px 0px 0px 0px;
    display: block;
    height: 360px;
}

.at_slide_fokontener .at_slide_prev
{
    width: 52px;
    height: 70px;
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    font-family: Times;
    color: #000000;
    top: 100px;
    left: 0px;
}
.at_slide_fokontener .at_slide_next
{
    width: 52px;
    height: 70px;
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    font-family: Times;
    color: #000000;
    top: 100px;
    right: 0px;
}

.at_slide_fokontener .at_slide_prev
{
/*    left: 0px;*/
    background: transparent url(../../../images/images/carousel_horizontal-prev.png) no-repeat 0 0;
}
.at_slide_fokontener .at_slide_next
{
    background: transparent url(../../../images/images/carousel_horizontal-next.png) no-repeat 0 0;
/*    right: 0px;*/
}
.at_slide_fokontener .at_slide_prev:hover
{
    background-position: -52px 0;
    cursor: pointer;
}
.at_slide_fokontener .at_slide_next:hover
{
    background-position: -52px 0;
    cursor: pointer;
}
.at_slide_fokontener .at_slide_prev:active
{
    background-position: -104px 0;
}
.at_slide_fokontener .at_slide_next:active
{
    background-position: -104px 0;
}
.at_slide_fokontener .at_slide_prev_disabled,
.at_slide_fokontener .at_slide_prev_disabled:hover,
.at_slide_fokontener .at_slide_prev_disabled:active
{
    cursor:default;
    background-position: -156px 0;
}
.at_slide_fokontener .at_slide_next_disabled,
.at_slide_fokontener .at_slide_next_disabled:hover,
.at_slide_fokontener .at_slide_next_disabled:active
{
    cursor: default;
    background-position: -156px 0;
}
/* KIEMELT TERMÉKEK SLIDE END */