#mycarousel{
	margin-top: 10px;
	margin-bottom: 20px;
}
.carousel-component {
	margin:0px;
	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 14px;
	width: 480px;
}

.carousel-component .carousel-list li { 
	margin:2px;
	width:106px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:80px; /* 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;
	border:1px solid #9BC3FB;
	outline:none;
}

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

.carousel-component .carousel-list li img {
	display:block;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 78px;
	width: 104px;
}
								
.carousel-component .carousel-prev { 
	position:absolute;
	top:4px;
	z-index:3;
	cursor:pointer; 
	left:4px; 
}

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