@charset "utf-8";
/* CSS Document */
.carousel {
	width:1920px;
	float:left;
	position:relative;
	}
.carousel ul li {
	width:729px;
	height:378px;
	}
.prev {
	position:relative;
	float:left;
	z-index:10;
	background-position:left;
	text-decoration:none;
	background-image:url(../img/prev.png);
	width:35px;
	height:35px;
	margin-left:80px;
	}
.prev:hover {
	background-image:url(../img/prev-h.png);
	}
.next {
	margin-left:65px;
	position:relative;
	float:left;
	background-image:url(../img/next.png);
	background-repeat:no-repeat;
	z-index:10;
	text-decoration:none;
	color:#000;
	width:35px;
	height:35px;
	}
.next:hover {
	background-image:url(../img/next-h.png);
	}
.foto{
	float:left;
	position:relative;
	width:729px;
	height:378px;
	}
.caption{
	position:absolute;
	right:0px;
	bottom:10px;
	background-image:url(../img/texto.png);
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	}
.caption p{
	color:#FFF;
	font-family: 'chaletmedium';
	font-size:30px;
	}