/* CSS Carrousel */
.tx-hpocarrousel-pi1 {
	position: relative;
	/*width:215px;*/
	width:221px;
	height:125px;
}
/*
#MAIN #CONTAINER #INSERT .tx-hpocarrousel-pi1 H5 {
	color:#900000;
}
*/
/*** Pour IE 7 ***/
*:first-child+html .tx-hpocarrousel-pi1 {
	height: 130px;
}

.hpo_carrousel_image {
	width:180px;
	z-index:1;
}

.hpo_carrousel_image IMG {border:0;}

.hpo_carrousel_control {
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}

.hpo_carrousel_control #carrouselGauche {
	position: absolute;
	top: 78px;
	left: 0px;
}
.hpo_carrousel_control #carrouselDroite {
	position: absolute;
	top: 78px;
	left: 205px;
}

.hpo_carrousel_control IMG {border:0;}

.tx-hpocarrousel-pi1 ul,
.tx-hpocarrousel-pi1 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tx-hpocarrousel-pi1 ul li {
	float: left;
	padding: 0 3px 5px;
	color: #cdcdcd;
}

	.tx-hpocarrousel-pi1 ul li a {
		color: #666666;
		text-decoration: none;
	}
	
	.tx-hpocarrousel-pi1 ul li a.selected {
		color: #9d0000;
	}
	
	.tx-hpocarrousel-pi1 ul li a.Nselected {
		color: #666666;
	}

#CARROUSEL_IMG {
	clear: both;
	margin-left: 15px;
	width: 180px;
	height:78px;
}

#CARROUSEL_IMG a img {
	float: left;
}

#CARROUSEL_IMG a span {
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	margin-left: 5px;
	width: 99px;
	height: 78px;
	overflow: hidden;
	cursor: pointer;
}

#CARROUSEL_IMG a.noImage span {
	width: auto;
}

*html #CARROUSEL_IMG a span {
	width: 97px;
}

	#CARROUSEL_IMG a span strong {
		color: #333333;
	}
	

#CARROUSEL_IMG a.noImage span,
*html #CARROUSEL_IMG a.noImage span {
	width: auto;
}