/* Horizontal Carousel */
#horizontal_carousel {

    padding: 5px 0;
    float: left;
    width: 500px;
    height: 84px;
    margin-bottom: 0;
    position: relative;
}

#horizontal_carousel .container {
    position: absolute;
    top: 0;
    left: 12px;
    width: 477px; /* = 5x95px */
    height: 84px;
    overflow: hidden;
    background: #C0C0C0;
}

#horizontal_carousel .previous_button {
    position: absolute;
    top: 0px;
    left: 0;
    width: 12px;
    height: 84px;
    background: url(theme_inwerk/horizontal/left.gif) no-repeat #C0C0C0;
    z-index: 100;
    cursor: pointer;
}

#horizontal_carousel .previous_button_disabled {
    background: url(theme_inwerk/horizontal/left-disabled.gif) no-repeat #C0C0C0;
    cursor: default;
}

#horizontal_carousel .next_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 84px;
    background: url(theme_inwerk/horizontal/right.gif) no-repeat #C0C0C0;
    z-index: 100;
    cursor: pointer;
}

#horizontal_carousel .next_button_disabled {
    background: url(theme_inwerk/horizontal/right-disabled.gif) no-repeat #C0C0C0;
    cursor: default;
}

#horizontal_carousel ul {
    margin: 0;
    padding: 0;
/*    padding: 0 2px; */

    width: 100000px;
    position: relative;
    top: 0;
    left: 0px;
    height: 100px;
}

#horizontal_carousel ul li img {
    border: 0;
/*    border: 1px solid #aaa; */
    display: block;
    background: #C0C0C0;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}


#horizontal_carousel ul li {
/*    border: 1px solid #999; */
    border: 0;
    color: #C0C0C0;
    margin: 0 2px;
    padding: 5px 1px 5px;
/*    width: 87px; /*  /* 87px + 2px(padding) + 2px(border) + 4px(margin) = 95px | 5x95 = 475 */
    width: 89px; /* 89px + 2px(padding) + 4px(margin) = 95px | 5x95 = 475 */
    height: 70px;
    list-style: none;
    float: left;

    text-align: center;
    display: block;

    display: table-cell;

    font-family: verdana, arial, sans-serif;
    font-size: 10px;
}

#horizontal_carousel ul li span.top_spacer {
    display: block;
}

#horizontal_carousel ul li span.thmb_title {
    color: #777;
    font-size: 8px;
/*    font-family: sans-serif; */
    display: block;
}
