.carousel-component {
	/*padding:8px 16px 4px 16px;*/
	margin:0px;
	background: transparent;
}

.carousel-component .carousel-list li {
	margin:4px;
	width:156px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:240px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a {
	display:block;
	outline:none;
	border-top: none #FFFFFF;
	border-right: none #FFFFFF;
	border-bottom: none #FFFFFF;
	border-left: none #FFFFFF;
}

.carousel-component .carousel-list li a:hover { 
	border:none; 
}

.carousel-component .carousel-list li img {
	display:block;
	border-top: none #FFFFFF;
	border-right: none #FFFFFF;
	border-bottom: none #FFFFFF;
	border-left: none #FFFFFF;
}
								
.carousel-component .carousel-prev {
	position:absolute;
	top:5px;
	z-index:0;
	cursor:pointer;
	left:0px;
}

.carousel-component .carousel-next {
	position:absolute;
	top:5px;
	z-index:0;
	cursor:pointer;
	right:0px;
}
/*#wrapper #contentwrapper #content #pagination #mycarousel .carousel-clip-region .carousel-list carousel-horizontal #mycarousel-item-2 a:hover {
border:none;}*/