ul.carousel-list {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
.carousel-component {
	float: left;
    overflow: visible;
    position: relative;
    width: 450px;
    z-index: 2;
}
.carousel-prev {
    float: left;
    position: relative;
    width: 25px;
    margin-top: 80px;
}
.carousel-next {
    float: right;
    position: relative;
    width: 25px;
    margin-top: 80px;
}
.left-button-image {
	float: left;
	position: relative;
	left: -12px;
	cursor: pointer;
}
.right-button-image {
	float: right;
	position: relative;
	left: 12px;
	cursor: pointer;
}
.carousel-clip-region {
	float: left;
    position: relative;
	overflow: hidden;
    width: 480px;
}
carousel-clip-region p {
	color: #333333;
	text-align: center;
}
.carousel-list {
	float: left;
	position: relative;
	margin: 0;
    padding: 5px 0;
	width: 3000px;
}
.carousel-list li {
    float: left;
    position: relative;
	text-align: center;
    width: 214px;
    padding: 10px;
    margin: 0 3px; /* 4px with no border */
    background-color: none;
}
.carousel-list li:hover {
	background-color: #F5F9FC;
}
.price span.products-thumbnails-price-special {
	color: red;
	font-weight: bold;
}

