#dhtml-carousel {
	padding:8px;
	margin:0px;
	float:none;
	/* this would fix IE alignment --> padding-right:20px; */

}

.carousel-component .carousel-list li { 
	margin:4px;
	width:79px; /* 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:1px solid #e2edfa;*/
	border:1px solid #ffffff;
	outline:none;
}

.carousel-component .carousel-list li a:hover { 
	/*border: 1px solid #aaaaaa;*/ 
	border:1px solid #cccccc;
}

.carousel-component .carousel-list li img { 
	/*border:1px solid #999;*/
	border:1px solid #ffffff;
	/*display:block;*/ 
}									

#prev-arrow-container { 
	float:left;
}

#next-arrow-container { 
	float:left;
}

#prev-arrow { 
	cursor:pointer; 
	margin-left:25px;
	visibility:hidden;
}

#next-arrow { 
	cursor:pointer; 
	margin-left:360px;
	visibility:hidden;
}
pre {
	margin-bottom:20px;
}
