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

#leyenda{
	position:absolute;
	margin-top:0px;
}

.icarousel {
	width: 400px;
	height: 200px;
	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 img {
	border-radius: 4px;
	border: 5px #fff solid;
	width: 390px;
	height: 200px;
	cursor:pointer;
}

.container2 .icarousel {
	width: 490px;
	height: 450px;
}

.container2 .icarousel img {
	border: 8px #333 solid;
	border: 8px rgba(0,0,0,0.5) solid;
}

/* The Navigation buttons in the Slider */
a.iCarouselNav {
    display: block; cursor: pointer;
    height: 163px;
    opacity: 0.3;
    position: absolute;
    text-indent: -9999px;
    top: 22px;
    width: 170px;
    z-index: 999;
}

a#iCarouselPrev {
	background: url(../images/arrows1.png) no-repeat;
	left: -170px;
	background-position: left 50%;
}

a#iCarouselPrev:hover {
	background: url(../images/arrows2.png) no-repeat;
	background-position: left 50%;
	opacity:1;
}

a#iCarouselNext {
	background: url(../images/arrows3.png) no-repeat;
	right: -170px;
	background-position: right 50%;
}

a#iCarouselNext:hover {
	background: url(../images/arrows4.png) no-repeat;
	background-position: right 50%;
	opacity:1;
}

.container2 a.iCarouselNav {
	top: 168px;
}