
#carousel
{
	float: none !important;
	clear: both !important;
	margin-bottom: 24px !important;
	height: 172px;
	width: 278px;
	background: #FBE8BD;
}

.carousel-component
{
	background-color: Transparent;
	width: 271px !important;
	height: 172px !important;
	padding: 4px;
}
.carousel-component .carousel-list li
{
	margin: 1px;
	width: 104px;
	height: 104px;
}

.carousel-component .carousel-list li a
{
	display: block;
	outline: none;
	-moz-outline: none;
}

.carousel-component .carousel-list li a:hover
{
	
}

.carousel-component .carousel-list li img
{
	border: 1px solid #7D562D;
	display: block;
}

.carousel-component .carousel-list li strong
{
	display: block;
}

.carousel-clip-region 
{
	margin-top: 30px !important;
	margin-left: 29px !important;
}


#prev-arrow
{
	position: absolute;
	top: 76px;
	z-index: 3;
	cursor: pointer;
	left: 4px;
}

#next-arrow
{
	position: absolute;
	top: 76px;
	z-index: 3;
	cursor: pointer;
	right: 5px;
}
