/* HTML elements  */







.segment-carusel ul,.segment-carusel ol,.segment-carusel   dl{padding:0;}


.segment-carusel{


    border:1px solid #DDD69B;
    box-shadow: 0 0 1px 0px #DDD69B;
    border-radius: 10px;

}



.segment-carusel  a, .segment-carusel  a:visited{
    text-decoration:none;
    /*color:#06C;*/
     color:#000;
}
.segment-carusel  a:hover{color:#999;}

/* base */

/* content */

.segment-carusel #segment-carusel-container{
    margin:0 auto;
    width:90%;
    /*text-align:left;*/
    position:relative;
    padding:2em 0;
}

.segment-carusel  ul#items{
    margin: 0 0 0.5em 0;
    width:auto;
    height:270px;
    overflow:hidden;
}
.segment-carusel  ul#items li{
    /*width: 190px;*/
   max-width: 160px;
    list-style:none;
    float:left;
    height:260px;
    overflow:hidden;
    margin:0 4px 10px 4px;
    /*background:#DBDAE0;*/
    background: #fff;
    color:#fff;
    text-align:center;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:0 1px 1px #777;
    -webkit-box-shadow:0 1px 1px #777;
    box-shadow:0 1px 1px  #777;
    color:#555;

}
.segment-carusel  ul#items li:hover{color:#333;}
.segment-carusel  ul#items li .image{
    margin:5px 20px 0px 20px;
    /*width:220px;*/
    max-width: 120px;
    min-height:90px;
    width: 120px;
    overflow:hidden;
    border:2px solid #fff;
    /*-moz-box-shadow:0 1px 1px #bbb;*/
    /*-webkit-box-shadow:0 1px 1px #bbb;*/
    /*box-shadow:0 1px 1px #bbb;*/
}
.segment-carusel  ul#items h3{
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
    margin:.25em 0;
    text-shadow:#f1f1f1 0 1px 0;
}
.segment-carusel  ul#items .info{
    color:#999;
    text-shadow:#f1f1f1 0 1px 0;
    margin: 3px;
    min-height: 70px;
    max-height: 70px;
    /*font-family: Times New Roman;*/
    /*font-size: 14px;*/

}
.segment-carusel  ol#pagination{
    position:relative;
    text-align:center;
}
.segment-carusel .cena{

}
.segment-carusel .price{
    /*background: #F9AA8B;*/
    color:#EE7053;
    font-weight: 600;
    font-size: 15px;
}
.segment-carusel  ol#pagination li{
    display:inline-block;
    width:16px;
    height:16px;
    background:url("../images/bg_buttons_gray.png") no-repeat 0 0;
    text-align:left;
    text-indent:-8000px;
    list-style:none;
    cursor:pointer;
    margin:0 2px;
}
.segment-carusel  ol#pagination li:hover{background:url("../images/bg_buttons_gray.png") no-repeat 0 -16px;}
.segment-carusel ol#pagination li.current{color:#f00;font-weight:bold;background:url("../images/bg_buttons_gray.png") no-repeat 0 -32px;}
.segment-carusel  ol#pagination li.prev, ol#pagination li.next{
    position:absolute;
    top:-150px;
}
.segment-carusel  ol#pagination li.prev{left:-30px;background:url("../images/bg_buttons_gray.png") no-repeat 0 -64px;}
.segment-carusel  ol#pagination li.next{right:-30px;background:url("../images/bg_buttons_gray.png") no-repeat 0 -48px;}
.segment-carusel .price{
    color:red;
}
.segment-carusel .company{
    /*min-height: 17px;*/
    /*font-family: Comic Sans MS;*/

    display: table-cell;
    height: 51px; /* значение не может быть в % от высоты родителя */

    vertical-align: middle;
    width: 160px;
    padding:0px 10px 2px 10px;
    /*min-height: 51px;*/





}
.segment-carusel span{
    color:black;
}


#pagination{

    margin-bottom: -15px !important;

}


/* // content */



