/* iCarousel gallery */
#gallery {
	position: relative !important;
	overflow: hidden !important;
	width: 880px !important;
	height: 86px !important;
	margin: 0 85px;
	background: #000;
	margin: 0 auto;
}
#gallery_frame {position: relative; }
#gallery_previous {
	float: left;
}
#gallery_next {
	float: right;
}
#gallery_previous,
#gallery_next {
	border: none;
}
#gallery_content {
	position: absolute;
	top: 0;
	margin-left: 20px;
}
#gallery_content,
#gallery_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#gallery_content {
	width: 5418px;
}
#gallery ul li {
	display: block;
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
	background-color: #000;
}

#gallery ul li a img,
#gallery ul li a:hover img {
	display: block;
	border: none !important;
}

/* END: iCarousel gallery */