#image-caption {
position:absolute;
text-align:center;
color:#aaa;
bottom:-29px;
width:770px;
line-height:29px;
font-size:90%;
}

.jcarousel-container {
width:770px;
float:right;
margin:0;
padding:0 0 1px 0;
border-bottom:28px solid #292626;
position:relative;
}

.jcarousel-clip {
margin:25px 48px 0;
width:674px;
}

.jcarousel-item {
margin-right:36px;
border-bottom:15px solid #000;
padding-bottom:20px;
}

.jcarousel-item:hover {
border-color:#292626;
}

.jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 185px;
    right: 12px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 185px;
    left: 12px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

