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

#icarousel {
	width: 300px;
	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 div.slide {
	 
	/*border: 1px #000 solid;*/
	width: 300px;
	height: 300px;

-moz-box-shadow: 0px 53px 24px #000;
-webkit-box-shadow: 0px 53px 24px #000;
box-shadow: 0px 53px 24px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=180, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=180, Color='#000000');
}
/* The Navigation buttons in the Slider */
a.iCarouselNav {
	display: block;
	position: absolute;
	top: 168px;
	width: 69px;
	height: 69px;
	/*background: url(../img/arrows.png) no-repeat;*/
	z-index: 1000;
	text-indent: -9999px;
}

a#iCarouselPrev {
	left: -400px;
	background-image:url(../prevx.png)
	
	}

a#iCarouselPrev:hover {
	background-image:url(../prevx2.png);
}

a#iCarouselNext {
	right: -400px;
	
	background-image:url(../nextx.png);
}

a#iCarouselNext:hover {
	background-image:url(../nextx2.png);
}