.top-carousel-wrapper {
    position: relative;
    height: 350px;
}
.top-carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: solid 1px #c2c2c2;
    border-radius: 4px;
    background:url(/gif/top_carousel_top2.gif) 7px -1px no-repeat;
    background-color: #fff;
    margin: 0 auto;
}
.top-carousel-inner ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-carousel-inner li {
    width: 200px;
    float: left;
    font-size: 11px;
    line-height: 1.1;
}

.top-carousel-inner .all-ratings {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
    background-color:#eeeeee;
    padding: 4px;
    text-align: center;
    font-size: 12px;
}
.top-carousel-inner ul li {
    margin-top: 50px;
    padding: 0px 20px 0px 20px;
}           
.top-carousel-inner ul li h3 {
    font-size: 16px;
    color: #414141;
    margin: 0;
    margin-bottom: 10px;
}
.top-carousel-inner  ul li .books-list-image {
    display: block;
}
.top-carousel-inner ul li .top_rating_item {
    margin-bottom: 10px;
}
.top-carousel-inner  ul li .top_author_name {
    display: block;
    font-size: 11px;
    color: #000;
    text-decoration: none;            
}
.top-carousel-inner  ul li .top_book_title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
    margin: 3px 0;
}
.top-carousel-inner  ul li .top_item_text {
    font-size: 11px;
    font-style: italic;
}            
.top-carousel-wrapper .top-carousel-control-prev,
.top-carousel-wrapper .top-carousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    /* width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
    */
}

.top-carousel-wrapper .top-carousel-control-prev {
    left: -15px;
}

.top-carousel-wrapper .top-carousel-control-next {
    right: -15px;
}
