.jcarousel-wrapper {
    margin: 5px auto;
    position: relative;
	width: 650px;
	height: 140px;
}	

/** Carousel **/

.recently-jcarousel {
    position: relative;
    overflow: hidden;
    /*
    (4 * width: 150px) + (3 * margin-right: 1px) = 603px
    */
    width: 350px;
    height: 140px;
}

.recently-jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.recently-jcarousel li {
    float: left;
    width: 110px;
    height: 140px;
    margin-right: 10px;
}

.recently-jcarousel > img {
    max-height: 140px;
	min-width: 110px;
}

.recently-jcarousel .loading {
    text-align: center;
    line-height: 90px; /* Fake vertical aligning */
}

/** Carousel Controls **/

.recently-control-prev,
.recently-control-next {
    position: absolute;
    top: 55px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
}

.recently-control-prev {
    left: -25px;
	top: 64px;
	background-image: url(/includes/css/images/arrow_left.png);
	background-repeat: no-repeat; 
}

.recently-control-next {
    right: 260px;
	top: 65px;
	background-image: url(/includes/css/images/arrow_right.png);
	background-repeat: no-repeat; 
}

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

.recently-control-prev.inactive,
.recently-control-next.inactive {
    opacity: .5;
    cursor: default;
	visibility: hidden;
}
