.carousel-component { 
	padding: 15px 3px;
	margin: 5px;
}

.carousel-component .carousel-list li { 
	margin: 0 3px;
	width: 115px; /* img width is 110px + a.border-left (5) + a.border-right(5) + img.border-left (0) + img.border-right (0)*/
	height: 65px; /* image height is 65px + row of text (0) + border-top (5) + border-bottom (5) + margin-bottom (0) */
}

.carousel-component .carousel-list li a { 
	display: block;
	border: 5px solid #e78b00;
	outline: none;
}

.carousel-component .carousel-list li a:hover { 
	border: 5px solid #669999;
}

.carousel-component .carousel-list li img { 
	display: block;
}
								
.carousel-component .carousel-prev { 
	position: absolute;
	top: 15px;
	z-index: 3;
	cursor: pointer; 
	left: 0; 
}

.carousel-component .carousel-next { 
	position: absolute;
	top: 15px;
	z-index:3;
	cursor: pointer; 
	right: 0; 
}