.carousel-component { 
	/*padding:8px 16px 4px 16px;*/
	margin-top:5px;
}

.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 */
}

#mycarousel {
	background: #e2edfa; 
}

#mycarousel2 {
	background: #e2edfa;
}

#mycarousel2 ul li { /* override #content ul li */
	list-style-image:none; 
}




	#mycarousel .carousel-list li { 
	width:238px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	}
	#mycarousel2 .carousel-list li { 
	width:708px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:30px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */	
	font-size:11px;			   
	}

	


.carousel-component .carousel-list li a { 
	display:block;
	border:1px solid #e2edfa;
	outline:none;
}

.carousel-component .carousel-list li a:hover { 
	border: 1px solid red; 
}

.carousel-component .carousel-list li img { 
	border:1px solid #999;
	display:block; 
}
								
.carousel-component .carousel-prev { 
	position:absolute;
/*	top:40px; */
	z-index:3;
	cursor:pointer; 
	left:5px; 
}

.carousel-component .carousel-next { 
	position:absolute;
/*	top:40px; */
	z-index:3;
	cursor:pointer; 
	right:5px; 
}


#prev-arrow, #next-arrow {
	width: 20px;
	height: 98px; 
	background: #edf5ff;	
/*	border: 1px solid red;*/
}

#prev-arrow2, #next-arrow2 {
	width: 20px;
	height: 36px; 
	background: #edf5ff;
}

#prev-arrow:hover,#prev-arrow2:hover,
#next-arrow:hover,#next-arrow2:hover {
/*	border: 1px solid blue;*/
	background: navy;
}

#mycarousel2.carousel-component .carousel-prev { 
/*	right:28px; /* width (23) + separation(5) */
/*	border: 5px solid red; */
/*	text-align: right;
}