.rr_carousel .selection {
	position: relative;
	margin-bottom: 15px;
}

.caroufredsel_wrapper .list {
	overflow: hidden;
}

.caroufredsel_wrapper .list li {
	float: left;
	width: 185px;
	margin: 0 5px;
}

.caroufredsel_wrapper .list li img {
	width: 100%;
}

.caroufredsel_wrapper .list li span {
	display: block;
}

.caroufredsel_wrapper .list li .label-tax {
	display: inline-block;
}

.rr_carousel .selection a.next {
	background: url(/images/top_images/arrow_gy02.gif) no-repeat center transparent;
	position: absolute;
	top: 50px;
	right: 3px;
	display: block;
	width: 30px;
	height: 30px;
}

.rr_carousel .selection a.prev {
	background: url(/images/top_images/arrow_gy01.gif) no-repeat center transparent;
	position: absolute;
	top: 50px;
	left: 3px;
	display: block;
	width: 30px;
	height: 30px;
}

.rr_carousel .selection a.prev.disabled,
.rr_carousel .selection a.next.disabled {
	cursor: default;
}

.rr_carousel .selection a.prev span,
.rr_carousel .selection a.next span {
	display: none;
}