.wrapper {
    max-width: 740px;
    margin: 40px auto;
    text-align:center;
    padding: 40px 0 0;
}

.wrapper2 {
    max-width: 660px;
    /*max-width: 80%;*/
    margin: 40px auto;
    text-align:center;

}

#carousel {
    margin: 0 0 30px 0;
    width: 735px;
    position:relative;
}
#carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
#carousel li {
    font-size: 40px;
    color: #999;
    text-align: center;
    width: 232px;
    height: 250px;
    padding: 0;
    margin: 6px;
    display: block;
    float: left;
    /*background: transparent url('../image/crousel/carousel_polaroid.png') no-repeat 0 0;*/
    position:relative;
}

#carousel li img {
    /*width:201px;*/
    /*height:127px;*/
    margin-top:14px;

    border-radius: 50%; /* Радиус скругления */
    width: 200px; height: 200px;
    border: 2px solid black; /* Параметры рамки */
    box-shadow: 0 0 7px #222; /* Параметры тени */
}

#carousel li a {
    width:200px;
    height:200px;
    position:absolute;
    display:block;
    z-index:2;
    top:14px;
    left:16px;
    background: transparent url('../image/crousel/carousel_shine.png') no-repeat 0 0;
    text-indent:-999em;
}

.clearfix {
    float: none;
    clear: both;
}

#carousel .prev, #carousel .next {
    margin-left: 10px;
    width:15px;
    height:21px;
    display:block;
    text-indent:-999em;
    background: transparent url('../image/crousel/carousel_control.png') no-repeat 0 0;
    position:absolute;
    top:100px;
}
#carousel .prev {
    background-position:0 0;
    left:-30px;
}
#carousel .prev:hover {
    left:-31px;
}
#carousel .next {
    background-position: -18px 0;
    right:-20px;
}
#carousel .next:hover {
    right:-21px;
}
#carousel .pager {
    margin:0 auto;
    text-align: center;
}
#carousel .pager a {
    margin: 0 5px 0 0;
    text-decoration: none;
    display:inline-block;
    width:8px;
    height:8px;
    background: transparent url('../image/crousel/carousel_control.png') no-repeat -2px -32px;
    text-indent:-999em;
}
#carousel .pager a.selected {
    text-decoration: underline;
    background: transparent url('../image/crousel/carousel_control.png') no-repeat -12px -32px;
}



@media (max-width: 945px) {

    #carousel {
        left: 90px;
    }

    #carousel .next {
        right:160px;
    }
    #carousel .next:hover {
        right:159px;
    }

    /*.caroufredsel_wrapper ul{*/
    /*    width: ;*/
    /*}*/

    .pager{
        padding-right: 190px;
    }

    #carousel li img {
         width: 210px; height: 210px;
     }

    #carousel li {
        width: 260px; height: 260px;
    }

}


@media (max-width: 590px) {

    #carousel {
        left: 0;
    }

    #carousel .next {
        right:-20px;
    }
    #carousel .next:hover {
        right:-21px;
    }

    .pager{
        visibility: hidden;
        /*display: none;*/
    }

    #carousel li img {
        width: 190px; height: 190px;
    }

    #carousel li {
        width: 240px; height: 240px;
    }

}

@media (max-width: 535px) {

    #carousel li img {
        width: 170px; height: 170px;
    }

    #carousel li {
        width: 230px; height: 230px;
    }

}

@media (max-width: 520px) {

    #carousel li img {
        width: 160px; height: 160px;
    }

    #carousel li {
        width: 215px; height: 215px;
    }

}

@media (max-width: 475px) {
    #carousel li img {
        width: 150px; height: 150px;
    }

}

@media (max-width: 450px) {
    #carousel li {
        width: 200px; height: 200px;
    }

}

@media (max-width: 395px) {
    #carousel li img{
        width: 130px; height: 130px;
    }

    #carousel li {
        width: 180px; height: 180px;
    }

}

@media (max-width: 355px) {
    #carousel li img{
        width: 130px; height: 130px;
    }

    #carousel li {
        width: 160px; height: 160px;
    }

}


@media (max-width: 325px) {
    #carousel li img{
        width: 130px; height: 130px;
    }

    #carousel li {
        width: 150px; height: 150px;
    }

}








