.carousel-component { 
	padding:4px;
	margin:0px;
	background-color: #040f34;
	position: relative;
}

#bd { position: relative;}


.carousel-component .carousel-list li { 
	margin:4px;
	width:194px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	color: #ffffff;
	font-family: "Tahoma", sans-serif;
	font-size: 12px;

	/* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	 /* height:204px;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 img {
	display:block; 
}

.carousel-component .carousel-prev { 
	position:absolute;
	top:30px;
	z-index:3;
	left:5px;
	cursor: pointer;
}

.carousel-component .carousel-next { 
	position:absolute;
	top:30px;
	z-index:3;
	right:5px;
	cursor: pointer;
}

#sep-bar1, #sep-bar2
{
	position: absolute;
	top: 20px;
	left: 230px;
}
#sep-bar2 { left: 456px;}


