#carousel-left-arrow
{
	position: absolute;
	margin-left: 0px;
	margin-top: 150px;
	z-index: 210;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#carousel-left-arrow:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#carousel-right-arrow
{
	position: absolute;
	margin-left: 942px;
	margin-top: 150px;
	z-index: 210;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#slideshow-right-arrow:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#carouselDrag
{
	position: absolute;
	z-index: 208;
	margin-left: 58px;
	margin-top: 90px;
	width: 884px;
	height: 423px;
	display: block;
	cursor: move;
}

#carouselSlideshowContainer
{
	position: absolute;
	width: 1000px;
	height: 520px;
	overflow: hidden;
}

.carousel-slideshow-item
{
	position: absolute;
	width: 450px;
	height: 423px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}

.carousel-slideshow-item-front
{
	position: absolute;
	width: 450px;
	height: 423px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
	background-color: rgba(255, 255, 255, 0.95);
}
