.carousel-component 
{
	BACKGROUND-COLOR: #fafcfd; 
	padding:16px;
	margin:0px;
	width:77px; /* seems to be needed for safari */
	padding-left:28px;
	padding-right:0px;
	padding-bottom:20px;
	width:147px;
}

.carousel-component .carousel-list li 
{ 
	margin:20px 0 0 25px;
	padding:24px;	
	width:48px; /* img width is 75 px from flickr + border-top (1) + border-bottom(1) */
	
}

/* Applies only to vertical carousels */
.carousel-component .carousel-vertical li 
{ 
	margin-bottom:4px;
	height:30px; /* image + row of text (87) + border-top (1) + border-bottom(1) */
	margin:0 0 0 15px;
}

.carousel-component .carousel-list li a:hover 
{ 
	margin-left: 2px;
}

#thumbnailBorder
{
	BORDER-RIGHT: #72a0a0 1px solid;	
	BORDER-LEFT: #72a0a0 1px solid;	
	BACKGROUND-COLOR: #fafcfd;
	WIDTH: 104px;	
	HEIGHT: 202px;

}

#thumbnails
{
	
	BACKGROUND-COLOR: #e1eef1;
	WIDTH: 106px;	
	
}


#carouselClickText
{
	FONT-SIZE: 0.8em;	
	LINE-HEIGHT: 1.1em;	
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	WIDTH: 98px;	
	height:30px;
	text-align:center; 
}

