.carousel-component { 
	padding:8px 16px;
	margin: auto;
	background:none;
}

/* IE ONLY */
* html .carousel-component { 
    margin-left: 15px;
}

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

.carousel-component .carousel-list li a { 
	display:block;
	outline:none;
}

.carousel-component .carousel-list li a:hover { 

}

.carousel-component .carousel-prev { 
	position:absolute;
	top:60px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
}

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