@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: Champagne_Limousines_Bold;
	src: url('http://walaclub.enflash.net/sources/Champagne_Limousines_Bold.ttf');
}

.carrusel_wrapper{
	width:95.5%;
	margin:0 auto;
	background-color:#fff;
	margin-top:1em;
	height:250px;
	padding-top:20px;
}

/*FONTS CARRUSEL*/
.carrusel_wrapper h2{
	padding-left:45px;
	font-weight:lighter;
	font-size:16px;
	color:#494949;
	font-family: Champagne_Limousines_Bold; /* no .ttf */
}

.preview{
		
   float: left;
   margin-right: 5px;
   width: 15px;

}
.carrusel{
	width:850px;
   	float: left;
}
.foward{
   float: right;
   width: 15px;
}
.example1 {
            margin:0;
            padding:0;
            list-style:none;
        }
        
.example1 li {
            text-align:center;
        }
        
.example1 li span {
            display:block;
            margin:5px;
        }
        
        .next,
        .prev {
            cursor:pointer;
        }
		
/*Carrusel SMALL*/
.carrusel_wrapper_small{
	width:570px;
	margin:0px auto;
	background-color: #fff;
	margin-top:5px;
	height:170px;
}

.carrusel_small{
	width:500px;
   	float: left;
	margin-left:20px;
}