.carousel-container {
	width: 300px;
	
}

#icarousel {
	width: 150px;
	height: 200px;
	position: relative;
	margin: 12px 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 #bbafa5 solid;
	width: 150px;
	height: 150px;

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

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

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

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

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