#see-works {
    position: relative;
    width: 820px;
    height: 390px;
  	display: block;
  	margin: 50px auto 50px auto;
    box-shadow: -10  -10 5px #000;
}
/** Carousel **/

.work-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.work-carousel ul {
    width: 2000px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.work-carousel li {
    width: 200px;
    height: 390px;
    background-color: #fff;
    background-position: bottom center;
    background-repeat: no-repeat;
    /* float: left; */
    display: inline-block;
    margin: 0 1px;
    border: none;
    text-align: center;
}

#carusel-item1{ background-image: url(img/works/second-passport.png); background-size: cover; background-position: top center;}
#carusel-item2{ background-image: url(img/works/caribbean-passport.png); background-size: cover;  background-position: top center;}
#carusel-item3{ background-image: url(img/works/dominica-real-estate.png);  background-size: cover;  background-position: top center;}
#carusel-item4{ background-image: url(img/works/second-passport-promo.png);   background-size: cover;  background-position: top center;}
#carusel-item5{ background-image: url(img/works/modul-stroiveda.png);    background-size: cover;  background-position: top center;}
#carusel-item6{ background-image: url(img/works/uea74.png);    background-size: cover;  background-position: top center;}
#carusel-item7{ background-image: url(img/works/nadezhda54.png);    background-size: cover;  background-position: top center;}

.carusel-link{
	display:block;
	width: 100%;
	height: 100%;
}
.work-carousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/
.work-carousel-control-prev{
  width: 43px;
  height: 92px;
  background: url(img/sprite_2560.png) -442px -804px;
}

.work-carousel-control-prev:hover{
  background: url(img/sprite_2560.png) -442px -896px;
}

.work-carousel-control-next{
  width: 43px;
  height: 92px;
  background: url(img/sprite_2560.png) -442px -988px;
}

.work-carousel-control-next:hover{
  background: url(img/sprite_2560.png) -442px -1080px;
}

.work-carousel-control-prev,
.work-carousel-control-next {
    position: absolute;
    top: 158px;
    text-align: center;
    display: block;
    z-index: 500;
}

.work-carousel-control-prev {
    left: -45px;
}

.work-carousel-control-next {
    right: -46px;
}

/** Carousel Pagination **/

.work-carousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.work-carousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.work-carousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
