.jcarousel-caption h4 {
    padding-bottom: 0;
    padding-top: 5px;
    line-height: 1em;
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}



.jcarousel-wrapper {
    border: 1px solid #bf1238;
    border-top-left-radius: 13px;
    border-bottom-right-radius: 13px;
    box-shadow: 0 0 2px #999;
    height: 352px;
    margin: 20px auto;
    position: relative;
    width: 100%;
}
.jcarousel-wrapper .photo-credits {
    bottom: 0;
    color: #fff;
    font-size: 13px;
    opacity: 0.66;
    position: absolute;
    right: 15px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
}
.jcarousel-wrapper .photo-credits a {
    color: #fff;
}
.jcarousel {
    overflow: hidden;
    position: relative;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
}
.jcarousel ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
}
.jcarousel li {
    float: left;
}

.jcarousel-control-prev, .jcarousel-control-next {
	font: 24px/27px Arial,sans-serif;
    height: 100%;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    width: 60px;
}

.jcarousel-control-prev {
    left: 0px;
}
.jcarousel-control-next {
    right: 0px;
}

.jcarousel-control-prev span, .jcarousel-control-next span {
    display: none;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 100%;
    position: absolute;
    color: #808080;
}

.jcarousel-control-prev:hover span, .jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive {
    cursor: default;
    opacity: 0.5;
}

.jcarousel-pagination {
    bottom: 10px;
    left: 50%;
    margin: 0 0 0 -22px;
    position: absolute;
}

.jcarousel-pagination a {
    display: inline-block;
    padding: 0;
    text-align: center;
    float: left;
    height: 15px;
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 16px;
    background: rgba(0, 0, 0, 0) url("library/clientlibs/img/back-bullet-slider2.png") no-repeat scroll 0 0 / 12px 12px;
}        

.jcarousel-pagination a.active {
	background: rgba(0, 0, 0, 0) url("library/clientlibs/img/back-bullet-slider-active2.png") no-repeat scroll 0 0 / 12px 12px;
}    

#carouselList img {
    width: 938px;
    height: 350px;

}


