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

.icarousel {
	width: 490px;
	height: 400px;
	position: relative;
	margin: 20px auto;
	-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;
}

.icarousel img {
	border-radius: 4px;
	border: 8px rgba(0,0,0,0.5) solid;
	width: 480px;
	height: 360px;
}

.container2 .icarousel {
	width: 490px;
	height: 450px;
}

.container2 .icarousel img {
	border: 8px #333 solid;
	border: 8px rgba(0,0,0,0.5) solid;
}

.container1 a#iCarouselPrev {
	left: -235px;
	background-position: left top;
}

.container1 a#iCarouselNext {
	right: -295px;
	background-position: right top;
}


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

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

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

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

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

.container2 a.iCarouselNav {
	top: 168px;
}