/* expanded carousel */
.siteTemplatesCarousel {
    width: 816px;
    height: 255px;
    margin: auto;
}

.siteTemplatesCarousel #templates-preview-carousel {
    height: 250px;
    width: 770px;
    padding: 0px;
    margin: 0px;
    float: left;
    overflow: hidden;
}

.siteTemplatesCarousel #templates-preview-carousel .carousel-list {
    height: 250px;
    margin: 0px;
    padding: 0px;
/*    overflow: hidden; */
}

.siteTemplatesCarousel li.preview-carousel-list-elem {
    text-align: center;
    width: 128px;
    height: 240px;
    padding: 0px;
    margin: 0 0 4px 0;
    list-style-type: none;
    font-size: 10px;
}

.siteTemplatesCarousel li.preview-carousel-list-elem img {
    margin: 10px auto;
    display: block;
    margin-bottom: 4px;
}

.siteTemplatesCarousel .prev-arrow-container-templates {
    float: left;
    width: 21px;
    height: 36px;
    padding: 0px;
    margin: 91px 0px 0px 0px;
    cursor: pointer;
/*    background-image: url(/images/carousel_left_big.png); */
    background-repeat: no-repeat;
}

.siteTemplatesCarousel .next-arrow-container-templates {
    float: left;
    width: 21px;
    height: 36px;
    padding: 0px;
    margin: 91px 0px 0px 0px;
    cursor: pointer;
/*    background-image: url(/images/carousel_right_big.png); */
    background-repeat: no-repeat;
}

/* styles for carousel component box footer */

.title_link {
    font-size: 18px;
}


