@charset "UTF-8";
/* >>>>>>>>> CARROUSEL <<<<<<<<<<<<<< */		
.carrousel
{
	width:450px;
	height: 173px; 
	margin-left: 0px;
	display:inline;
	background-repeat: repeat-x;
	background-position:center;
}
.carrousel .jCarouselLite
{
	z-index: 1;
	width:auto;
	height: auto;
}
.carrousel .jCarouselLite ul
{
	width:450px;
	height: 173px;
}
.carrousel .jCarouselLite ul li
{
	width:450px;
	height: 173px;	
}
.carrousel .jCarouselLite ul li .resTitle
{
	height: 18px;
	color: #fff;
	background-image:url(../images/titleGreen.png);
	/*opacity: 0.8;*/
	font-size: 17px;
}

.carrousel .jCarouselLite ul li .res p
{	
	font-family:Arial, Helvetica, sans-serif;
	width:260px;
	height: 132px;
	padding: 20px;
	color: #fff;
	font-size: 18px;
	text-transform:uppercase;
	margin-left:80px;
}
.carrousel .jCarouselLite ul li .res strong
{
	font-size: 20px;
	font-weight: bold;
	clear: both;
	padding-bottom: 0px;
	margin: 0px;
}
.carrousel .jCarouselLite ul li #leerMas{
	color: #fff;
	font-size:10px;
}
.carrousel #navCarrousel
{	
	font-size:10px;
	width:350px;
	margin-left:9px;
	position:relative;
	z-index:2;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:-30px;
	

}
.carrousel #navCarrousel a
{	
	width: 25px;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	color:#000;
	background-color: #fff;
	border: #FFFFFF thin solid;
}
.carrousel #navCarrousel a:hover, .carrousel #navCarrousel a.current
{
	width: 25px;
	line-height: 24px;
	background-color:#FF3300;
	color:#fff;
}

