
#bottomCarousel {
	padding: 15px 0 0 0;
	}

#bottomCarouselHead:after, #bottomCarouselNav:after {
	clear: both;
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	}

#bottomCarouselHead {
	*height: 1%;
	}

#bottomCarouselHead h4 {
	float: left;
	font-size: 1.2em;
	*float: expression((this==this.parentNode.lastChild) ? "right" : "left");
	}

#bottomCarouselHead h4:last-child {
	float: right;
	}

#bottomCarouselMain {
	padding: 10px 0;
	background: #fff;
	}
	
#bottomGalleryWrapper {
	position: relative;
	width: 100%;
	padding: 0;
	overflow: hidden;
	}

#bottomGalleryRoundedNav {
	position: relative;
	z-index: 3;
	width: 100%;
	}

#bottomGalleryRoundedNav a {
	position: absolute;
	z-index: 100;
	top: 33px;
	display: block;
	width: 21px;
	height: 0;
	padding: 43px 0 0 0;
	overflow: hidden;
	}

#bottomGalleryRoundedNav .bottomCarouselPrev {
	left: 0;
	background: transparent url(../images/carousel/carouselRoundedNavsLeftGray.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/carousel/carouselRoundedNavsLeftGray.png', sizingMethod='crop');
	}

#bottomGalleryRoundedNav .bottomCarouselNext {
	right: 0;
	background: url(../images/carousel/carouselRoundedNavsRightGray.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/carousel/carouselRoundedNavsRightGray.png', sizingMethod='crop');
	}

#bottomGallery {
	position: relative;
	visibility: hidden;
	left: -5000px;
	height:auto !important;
	/*
	width:639px !important;
	*/
}
	
#bottomGallery ul li {
	height:auto !important;
	margin-left:10px;
}

#bottomGallery ul li img {
	margin:0 15px 0 0px;
}

#bottomGallery ul li span {
	display:block;
	font-size:1.2em;
	font-weight:bold;
	width:156px;
	}

