.jcarousel-container {
	position: relative;
}

.jcarousel-container-horizontal {
	width: 540px;
	padding: 5px 30px;
}
.jcarousel-container-vertical {
    width: 160px;
    height: 540px;
    padding: 40px 20px;
}


.jcarousel-clip {
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.jcarousel-clip-horizontal {
	width: 540px;
	height: 100px;
	margin: 0 5px;
}
.jcarousel-clip-vertical {
	width:  100px;
	height: 540px;
	margin: 5px 0;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}


.jcarousel-list-horizontal {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 100px;
	width: 540px;
}

.jcarousel-list-vertical {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 540px;
}



.jcarousel-list-horizontal li {float: left;	margin: 0px 3px;}
.jcarousel-list-vertical li {float: left;	margin: 3px 0px;}

.jcarousel-list li,
.jcarousel-item {
	list-style: none;
	height: 100px;
	width: 100px;
}

.jcarousel-list li a {display:block;width: 100%;height: 100%;background-repeat:no-repeat;background-position: 40% 40%}

.jcarousel-item {text-align: center;}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
	z-index: 3;
	display: none;
}

.jcarousel-prev {
	z-index: 3;
	display: none;
}


.jcarousel-item-placeholder {
	background: url(/photo/loading-small.gif) 50% 50% no-repeat;
}



/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 35%;
    right: -6px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/photo/next-horizontal.gif) 0 0 no-repeat;
}

.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: 35%;
    left: 4px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/photo/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;
}



/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 40%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/photo/next-vertical.gif) 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: 40%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/photo/prev-vertical.gif) 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;
}




.rating-rmsg {
	color: #cccccc;
}