@charset "UTF-8";
/* CSS Document */
#dhtml-carousel {
	padding:0;
	margin:0;
	float:left;
	/* this would fix IE alignment --> padding-right:20px; */

}
.carousel-component .carousel-list li { 
	display:block;
	padding-bottom:0;
	bottom:0;
	margin:0px;
	width:222px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
				   img.border-left (1) + img.border-right (1)*/
	/*height:93px; *//* 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-left:1px solid #EEE;
	border-bottom:1px solid #EEE;
	outline:none;
}

.carousel-component .carousel-list li a:hover {
	border-left: 1px solid #FFF; 
}

.carousel-component .carousel-list li img { 
	display:block; 
}									

#prev-arrow-container { 
	float:left;
}

#next-arrow-container { 
	border-left:1px solid #EEE;
	float:left;
}

#prev-arrow { 
	cursor:pointer; 
	margin-top:0;
	margin-right:0;
	visibility:hidden;
}

#next-arrow { 
	cursor:pointer; 
	margin-top:0;
	margin-left:0;
	visibility:hidden;
}
pre {
	margin-bottom:20px;
}
