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

.icarousel {
	width: 350px;
	height: 440px;
	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 .slide {
	display: block;
	width: 350px;
	height: 440px;
}

.icarousel .dm_rowtcr .inner {
	box-shadow:0px 0px 7px rgba(0,0,0,0.9);
	-moz-box-shadow:0px 0px 7px rgba(0,0,0,0.9);
	-webkit-box-shadow:0px 0px 7px rgba(0,0,0,0.9);}

.icarousel h3 { line-height: 30px !important; margin-top: 0px !important; }
/* The Navigation buttons in the Slider */
a.iCarouselNav {
	display: block;
	position: absolute;
	top: 178px;
	width: 43px;
	height: 43px;
	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;
}