@charset "utf-8";
/* CSS Document */

.carousel-component {
	overflow:hidden;   /* causes the clipping */
	display:hidden;
	width: 250px;
	margin-left:13px;
	margin-top:-2px;
}
				
.carousel-component ul.carousel-list { 
	width:1000px;
	position:relative;
	z-index:1; 
	margin:0px;
	padding:0px;

}

.carousel-component .carousel-list li {
	float:left;
	list-style:none;
	overflow:hidden;
	width:238px;
	position:relative;
}


.carousel-component .carousel-clip-region {
	overflow:hidden; /* Secret to the clipping */
	position:relative;
	height:150px;
	width:238px;
}

								
.carousel-component .carousel-prev {
	position:absolute;
	z-index:3;
	cursor:pointer;
	border-right:1px solid #fff;
	width:14px;
	top:75px;
	left:15px;
}

.carousel-component .carousel-next {
	position:absolute;
	z-index:3;
	cursor:pointer;
	width:14px;
	right: 10px;
	top: 75px;
}
HTML>body .carousel-component .carousel-next {
	right:15px;
}
.imghold {
	height: 140px;
	width: 238px;
	background:no-repeat top center;
	position:relative;
	padding:0;
	margin:0;
}
a.imgtitle {
	width: 238px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
	text-align:center;
	float:left;
	position:relative;
	padding-top:105px;

}
a.imgtitle:hover{
	color:#ea1215;
}
.subtag{
	color:#ea1215;
	font-weight:normal;
	font-size:11px;
}
