.carousel-container{
	width: 100%;
	overflow: hidden;
}

#icarousel {
	width:650px;
	height: 425px;
	float:left;
	margin-left:77px;
	-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: 410px;
	-moz-perspective: 410px;
	-o-perspective: 410px;
	-ms-perspective: 410px;
	perspective: 410px;
}

#icarousel .slide {
	display: block;
	border-radius: 4px;
	border: 5px #fff solid;
	width: 652px;
	height: 331px;
}

/* The Navigation buttons in the Slider */
a.iCarouselNav {
	display: block;
	position: absolute;
	top: 134px;
	width: 26px;
	height: 54px;
	z-index: 1000;
	text-indent: -9999px;
}

a#iCarouselPrev {
	background-image:url(../../../imagens/prev-banner.png);
	left: -2px;
	background-position: left top;
}

a#iCarouselPrev:hover {
	background-position: left bottom;
}

a#iCarouselNext {
	background-image:url(../../../imagens/next-banner.png);
	right: -2px;
	background-position: right top;
}

a#iCarouselNext:hover {
	background-position: right bottom;
}