.tdCarrousel{
	height:390px;
	margin:0;
	padding:0;
	*padding-right:20px;
}

.carrouselContainer{
	position:relative;
	height:390px;
	border:1px solid #D0D0D0;
	margin-top:5px;
	*margin:0;
	padding:0;
}
.carrouselContainer.promo{
	height:240px;
	margin-top:0;
	margin-bottom:5px;
	border-top:0px;
}

#promoLink{
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:1001;
}

#carrousel, 
#carrouselPromo {
	position:absolute;
	top:60px;
	right:40px;
	left:40px;
	height:300px;
	overflow:hidden;
	background:white;
	_width:expression(document.body.clientWidth-60-325);
}
#carrouselPromo{
	height:150px;
}

.carrouselTopLeft{
	position:absolute;
	top:-1px;
	left:-1px;
}

.carrouselTopRight{
	position:absolute;
	top:-1px;
	right:-1px;
}

.carrouselBottomLeft{
	position:absolute;
	bottom:-1px;
	left:-1px;
}

.carrouselBottomRight{
	position:absolute;
	bottom:-1px;
	right:-1px;
}

#carrousel .oldBank,
#carrousel .bank, 
#carrouselPromo .bank {
	display:none;
}

#carrousel .top, 
#carrouselPromo .top{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50%;
	background:white;
}

#carrousel .diapo, 
#carrouselPromo .diapo {
	position: absolute;
	left: -4000px;
	cursor: pointer;
	-ms-interpolation-mode: nearest-neighbor;
	z-index: 1001;
}

#carrousel .link,
#carrouselPromo .link{
	border: dotted #fff 1px;
	margin-left: -1px;
	margin-bottom: -1px;
}

.carrouselTitle,
.carrouselLegend,
.carrouselPrice {
	position: absolute;
	left:0;
	right:0;
	text-align: center;
	font-family: verdana, arial, Helvetica, sans-serif;
	z-index: 1000;
	padding-left:5px;
	padding-right:5px;
	_width:100%;
}

.carrouselTitle {
	top:5px;
	font-size: 15pt;
	font-weight: bold;
	height:30px;
	overflow:hidden;
}

.carrouselPrice {
	top:40px;
	font-size: 8pt;
	font-weight: normal;
	font-style:italic;
}

.carrouselLegend {
	bottom:5px;
	font-size:0.8em;
}
.promo .carrouselLegend{
	font-size:2em;
	font-weight:bold;
	color:red;
}

.carrouselLegend .struckOut{
	font-size:0.5em;
	font-weight:bold;
	text-decoration:line-through;
}
.promo .carrouselLegend .struckOut{
	color:black;
}

.carrouselPromo{
	position:absolute;
	top:40px;
	z-index: 1002;
}

.carrouselLeft {
	position:absolute;
	top:50%;
	left:5px;
	cursor:pointer;
}

.carrouselRight {
	position:absolute;
	top:50%;
	right:5px;
	cursor:pointer;
}

#carrouselChange {
	position:relative;
	padding:0 10px;
	margin-top:5px;
	*margin:0;
	text-align:center;
	border-style:solid;
	border-color:#D0D0D0;
	border-width:1px 1px 0 1px;
	height:50px;
}
#carrouselChange ul{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
}
#carrouselChange li{
	font-size:1.5em;
	font-weight:bold;
	color:white;
	float:left;
	margin:0;
	padding:0;
	background:url(/images/onglet2_right.gif) no-repeat right bottom;
}
#carrouselChange li a{
	display:block;
	color:#9B554C;
	background:url(/images/onglet2_left.gif) no-repeat left bottom;
	padding:2px 10px 6px;
}
#carrouselChange li.select{
	background:url(/images/ongletS2_right.gif) no-repeat right bottom;
}
#carrouselChange li.select a{
	background:url(/images/ongletS2_left.gif) no-repeat left bottom;
}

.sold{
	position:absolute;
	left:-4000px;
	height:65px;
	width:65px;
	z-index:1002;
	cursor:pointer;
}
.sold2{
	position:absolute;
	left:-4000px;
	height:54px;
	width:88px;
	z-index:1002;
	cursor:pointer;
}

#carrouselChangeLeft,
#carrouselChangeRight{
	display:inline;
	padding:0 10px;
	position:relative;
	top:8px;
	cursor:pointer;
}
