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

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

}

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


.carousel-component .carousel-clip-region {
	overflow:hidden; /* Secret to the clipping */
	position:relative;
	height:90px;
	padding-top:4px;
	margin-left:4px;
	width:760px;
}

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

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

}
a.imgtitle:hover{
	color:#009e80;
}

