.carousel-container {
	width: 100%; overflow: hidden;
}
.icarousel {
	margin: 20px auto; width: 490px; height: 400px; position: relative; perspective: 1000px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -webkit-perspective: 1000px; -moz-perspective: 1000px; -o-perspective: 1000px;
}
.icarousel img {
	border-radius: 4px; border: 5px solid rgb(255, 255, 255); border-image: none; width: 480px; height: 360px;
}
.container2 .icarousel {
	width: 490px; height: 450px;
}
.container2 .icarousel img {
	border: 8px solid rgba(0, 0, 0, 0.5); border-image: none;
}
a.iCarouselNav {
	background: url("arrows.png") no-repeat; top: 178px; width: 43px; height: 43px; text-indent: -9999px; display: block; position: absolute; z-index: 1000;
}
a#iCarouselPrev {
	background-position: left top; left: 10px;
}
a#iCarouselPrev:hover {
	background-position: left bottom;
}
a#iCarouselNext {
	background-position: right top; right: 10px;
}
a#iCarouselNext:hover {
	background-position: right bottom;
}
.container2 a.iCarouselNav {
	top: 168px;
}
