/* CSS Document */

.carousel-component { 
	padding:4px;
	margin:0px;
	width:77px; /* seems to be needed for safari */
}

.carousel-component .carousel-list li { 
	margin:0px;	
	width:426px; /* img width is 75 px from flickr + border-left (1) + border-right(1) */
}

/* Applies only to vertical carousels */
.carousel-component .carousel-vertical li { 
	margin-bottom:0px;
	height:142px; /* image (75) + border-top (1) + border-bottom(1) */
}

.carousel-component .carousel-list li a { 
	display:block;
	border:none;
	outline:none;
}

.carousel-component .carousel-list li a:hover { 
	border:none;
}

.carousel-component .carousel-list li img { 
	display:block; 
}
									
#up-arrow { 
	cursor:pointer; 
	margin-left:0px;
	margin-top:0px;
}

#down-arrow { 
	cursor:pointer; 
	margin-left:0px; /* just ([width+margins]95/2)-([arrow width]26/2)  45-13=32 */
	margin-top:0px;
}
