@charset "utf-8";
/* CSS Document */
#slides {
	position:relative;
	padding-top:23px;
	margin-left:44px;
	}
.slides_container {
	width:880px;
	height:440px;
	position:relative;
	}
#slides .slide {
	width:880px;
	float:left;
	}
#slides .prev {
	position:absolute;
	top:200px;
	width:22px;
	height:33px;
	display:block;
	margin-left:-33px;
	margin-top:15px;
	z-index:101;
	background-image:url(../img/prev.png);
	background-repeat:no-repeat;
	}
#slides .prev:hover{
	background-image:url(../img/prev-h.png);
	}
#slides .next{
	position:absolute;
	top:200px;
	width:22px;
	height:33px;
	display:block;
	margin-left:885px;
	margin-top:15px;
	z-index:101;
	background-image:url(../img/next.png);
	background-repeat:no-repeat;
	}
#slides .next:hover{
	background-image:url(../img/next-h.png);
	}
.pagination {
	display:none;
	}
/*Carrusel*/
.carrusel1{
	background-image:url(../img/carrusel-home/1.png);
	float:left;
	position:relative;
	width:315px;
	height:307px;
	}
.carrusel1:hover{
	background-image:url(../img/carrusel-home/1-h.png);
	}
.carrusel2{
	background-image:url(../img/carrusel-home/2.png);
	float:left;
	position:relative;
	width:315px;
	height:307px;
	}
.carrusel2:hover{
	background-image:url(../img/carrusel-home/2-h.png);
	}
.carrusel3{
	background-image:url(../img/carrusel-home/3.png);
	float:left;
	position:relative;
	width:315px;
	height:307px;
	}
.carrusel3:hover{
	background-image:url(../img/carrusel-home/3-h.png);
	}
.carrusel4{
	background-image:url(../img/carrusel-home/4.png);
	float:left;
	position:relative;
	width:315px;
	height:307px;
	}
.carrusel4:hover{
	background-image:url(../img/carrusel-home/4-h.png);
	}
.carrusel5{
	background-image:url(../img/carrusel-home/5.png);
	float:left;
	position:relative;
	width:315px;
	height:307px;
	}
.carrusel5:hover{
	background-image:url(../img/carrusel-home/5-h.png);
	}
.carrusel6{
	background-image:url(../img/carrusel-home/6.png);
	float:left;
	position:relative;
	width:315px;
	height:307px;
	}
.carrusel6:hover{
	background-image:url(../img/carrusel-home/6-h.png);
	}
#home-carrusel span{
	width:0px;
	padding:0;
	position:absolute;
	overflow:hidden;
	font-family:"BebasNeue";
	font-size:36px;
	z-index:101;
	margin-top:125px;
	margin-left:65px;
	text-align:center;
	line-height:32px;
	color:#FFF;
	}
#home-carrusel a:hover{
	text-decoration:none;
	z-index:101;
	}
#home-carrusel a:hover span{ 
	width:200px;
	z-index:101;
	text-indent:inherit;
	}
