#carouselimageflow{
	position:absolute;
	top:120px;
	left:166px;
	width:630px;
/*	height:100px; */
	margin:0px;
	padding-left:160px;
	text-align:left; 
}
#carouselloading{
	margin-top:150px;
	text-align:center;
	width:630px;
}
#carouselloading img{
	margin-top:10px;
	position:relative; 
}
#carouselimages{
	visibility:hidden;
}
#carouselimages img { 
	position:absolute; 
	top:0px;
	margin: -100px 0 0 0px;
	padding:0px;
	border:none;
}
#carouselcaptions{
	font-weight:normal;
	position:relative;
	top:46px;
	text-align:center;
	z-index:10000;
}
#carouselscrollbar{
	visibility:hidden;
	position:relative; 
	top:40px;
	border-bottom:1px solid #666;
	z-index:10001;
}
#carouselslider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(../carousel/slider-new.gif);
	background-repeat:no-repeat;
	width:38px;
	height:16px;	
}
.carouselclear{
	clear:both;
}