﻿body{
    overflow-x:hidden;
}
.header_nav
{
    margin-bottom: 0px;
}

.carousel-inner{
    overflow:hidden;
}
.carousel.min .item {
    width:226px;
    height:170px;
    overflow:hidden;
}

.carousel.min .carousel-indicators li{
    width:20px;
    height:20px;
    border-radius:0;
    margin:0;
    text-align:center;
    line-height:20px;
    color:#ea464d;
    cursor:pointer;
}
.carousel.min .carousel-indicators li.active{
    color:#fff;
}
.carousel-indicators
{
    bottom:20px;
}
.carousel.min .carousel-indicators{
    bottom:30px;
    right:-23px;
    left:initial;
    margin:0;
}
#myCarousel .item {
    min-width:1200px;
    /*max-height:300px;*/
    overflow:hidden;
}