.carousel-component { 
	padding:8px 16px 8px 0px;
	margin:10px;
	z-index:0;	
	left:0px;
	float:left;
}
.carousel-stop{
	position:relative;
	float:right;
	
	top:175px;
	right:20px;
	
	
	}
.carousel-component .carousel-list li { 
	margin:4px;
	width:140px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:170px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
	border:1px solid #4C7B33;
	background-color:#ffffff;
	padding:10px;
	
}

.carousel-component .carousel-list li a { 
	display:block;
	border:0px solid #e2edfa;
	outline:none;
}

.carousel-component .carousel-list li a:hover { 
	border: 0px solid #aaaaaa; 
	
}

.carousel-component .carousel-list li img { 
	border:1px solid #4C7B33;
	display:block; 
	padding:10px;
	margin:3px;
}
.carousel-component .carousel-list li img:hover { 
	background-color:#4C7B33;
}								

