#block-views-main-slider-block {

}

.wrapper-carousel {
    width: 1024px;
    margin: 175px auto;
    text-align:center;
}

#carousel {
    margin: 0 -8px 30px;
    width: 1024px;
    position:relative;
}

#carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

#carousel li {
    font-size: 40px;
    color: #999;
    text-align: center;
    width: 324px;
    height: 241px;
    padding: 0;
    margin: 6px;
    display: block;
    float: left;
    background: transparent url('images/carousel_polaroid.png') no-repeat 0 0;
    position: relative;
}

#carousel li img {
    width: 254px;
    height: 167px;
}

#carousel li a {
    top:37px;
    left:16px;
    /*background: transparent url('images/carousel_shine.png') no-repeat 0 0;*/
    text-indent:-999em;
    position: relative;
    z-index: 3;
    transition: 0.5s opacity;
}

#carousel li a:hover {
    opacity: 0.8;
}

#carousel li p {
    font: 18px "Segoe UI";
    color: #626262;
    margin-top: 70px;
    margin-left: 30px;
}

#carousel li p span {
    color: #010101;
}

#carousel .prev, #carousel .next {
    margin-left: 10px;
    width:18px;
    height:41px;
    display:block;
    text-indent:-999em;
    background: transparent url('images/carousel_control.png') no-repeat 0 0;
    position:absolute;
    top:114px;
    border: none;
    outline: none;
}

#carousel .prev {
    background-position:0 0;
    left:-18px;
}

#carousel .prev:hover {
    left:-19px;
}

#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('images/carousel_control.png') no-repeat -2px -32px;
    text-indent:-999em;
}

#carousel .pager a.selected {
    text-decoration: underline;
    background: transparent url('images/carousel_control.png') no-repeat -12px -32px;
}
