#carousel {
	POSITION: relative;
	height: auto;
	padding-top: 8px;
}
#carousel li {
	list-style-type: none;
	height: 180px;
	width: 132px;
	font-size: 10px;
	color: #666;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#carousel li img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


#carousel a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#carousel .c_text {
	text-align: left;
	margin-top: 5px;

}
#carousel .c_price{
	text-align: left;
	padding-top: 2px;
	color: #74433C;
}


#carousel a.next {
	POSITION: absolute;
	TOP: 60px;
	RIGHT: 0px;
}
#carousel a.prev {
	POSITION: absolute;
	TOP: 60px;
	LEFT: 0px
}
#carousel .jCarouselLite {
	WIDTH: 960px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#carousel .jCarouselLite li img {
	border: 1px solid #CCC;
	padding: 1px;
}
