.jcarousel-container {
    background: #FFFFFF;
}

.jcarousel-container-horizontal {
    width: 941px;
    padding: 20px 20px;
}

.jcarousel-container-vertical {
    width: 215px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-clip-horizontal {
    width:  941px;
    height: 260px;
}

.jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-item {
    width: 157px;
    height: 260px;
}

.jcarousel-item p{
	font-size:12px;
	text-align:center;
}

.jcarousel-item p span{
	font-size:15px;
	font-weight:bold;
	color:#57b2ff;
}

.jcarousel-item p span sup{
	font-size:10px;
}

.jcarousel-item-horizontal {
    margin-right: 0;
}

.jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

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

.jcarousel-prev-horizontal {
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 225px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

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

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

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

.jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

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

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

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

