.prev {
    float: left;
    background: none repeat scroll 0 0 #FF7D18;
    -moz-border-radius:10px 0 0 10px;
    cursor: pointer;
    height: 150px;
}

.carousel {
    float: left;
    background-color: #E7F2EE;
    height: 148px;
    border-bottom: 1px solid #15A9E9;
    border-top: 1px solid #15A9E9;
}

.next {
    float: left;
    background: none repeat scroll 0 0 #FF7D18;
    -moz-border-radius:0 10px 10px 0;
    cursor: pointer;
    height: 150px;
}

.prev img, .next img {
    margin-top: 70px;
}

.carousel p {
    width: 120px;
    overflow: hidden;
    font-weight: bold;
    color: #737373;
    margin: 0;
    text-align: center;
}

.carousel a img {
    border: 0;
}

.carousel a {
    text-decoration: none;
}

.carousel li {
    padding: 5px;
    list-style-type: none;
    min-height: 140px;
    min-width: 120px;
}

.entry_thumb {
    width: 120px;
}
