@charset "utf-8";
/* CSS Document */

.carousel-component {
	padding:8px 16px 4px 16px;
	margin-top:20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F4F4F4;
	border-bottom-color: #F4F4F4;
}

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

.carousel-component .carousel-list li a {
	display:block;
	border:1px solid #F0F0F0;
	outline:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

.carousel-component .carousel-list li a:hover {
	border: 1px solid #E6E6E6;
	color: #333;
	background-color: #F5F5F5;
}

.carousel-component .carousel-list li img {
	display:block;
}
								
.carousel-component .carousel-prev {
	position:absolute;
	z-index:3;
	cursor:pointer;
	left: 5px;
	top: 7px;
}

.carousel-component .carousel-next {
	position:absolute;
	z-index:3;
	cursor:pointer;
	right: 5px;
	top: 7px;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
