.carousel-component {
	margin:auto;
	background:none;
	
	
}
.carousel-component .carousel-list li {
	width:180px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	/*	margin-left: auto;*/ /* for testing IE auto issue */
	background:none;
	
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif ;
	
	
}

.carousel-component .carousel-list li a {
	display:block;
	-moz-outline:none;
	text-decoration: none;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
}

.carousel-component .carousel-list li a:hover {

}

.carousel-component .carousel-list li img {
	border:0px solid #999;
	display:block;

}

.carousel-component .carousel-list li strong { 
	display:block; 

}
									

#prev-arrow {
	position:absolute;
	top:70px;
	z-index:3;
	cursor:pointer;
	left:10px;
	background:none;
}

#next-arrow { 
	position:absolute;
	top:70px;
	z-index:3;
	cursor:pointer; 
	right:10px; 
}
