.carousel-container {
	width: 100%;
	overflow: hidden;
}

#icarousel {
	width: 490px;
	height: 300px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	padding-left: -200px;
}

#icarousel .slide {
	border-radius: 4px;
	border: 8px #333 solid;
	border: 8px rgba(0,0,0,0.5) solid;
	width: 399px;
	height: 260px;
}

/* The Navigation buttons in the Slider */
a.iCarouselNav {
	display: block;
	top: 129px;
	width: 43px;
	height: 43px;
	z-index: 1000;
	text-indent: -9999px;
	background-image: url(../img/arrows.png);
	background-repeat: no-repeat;
	position: absolute;
}

a#iCarouselPrev {
	left: -255px;
	background-position: left top;
}

a#iCarouselPrev:hover {
	background-position: left bottom;
}

a#iCarouselNext {
	right: -200px;
	background-position: right top;
}

a#iCarouselNext:hover {
	background-position: right bottom;
}
