/* nouveautes */
#nouveautes {
	width:250px;
	height:75px;
	margin:20px auto 0 auto;
	position:relative;
}

#nouveautes .container {
	float:left;
	width:216px/*312px*/;
	height:75px;
	position:relative;    
	overflow:hidden;
}

#nouveautes h4 {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	margin-bottom:5px;
}

#nouveautes ul {
	margin:0;
	padding:0;
	width:100000px;
	position:relative;
	top:0;
	left:0;
	height:75px;
}                   

#nouveautes ul li {
	width:50px/*104px*/;
	height:75px;
	text-align:center; 
	list-style:none;   
	float:left;
	padding:0 2px;
}

#nouveautes .previous_button {
	float:left;  
	width:16px;
	height:75px;
	background:url("../images/carousel/carousel-left.gif") 0 50% no-repeat;
	z-index:100;
	cursor:pointer;
}

#nouveautes .previous_button_over {
	background:url("../images/carousel/carousel-left.gif") 0 50% no-repeat;
}

#nouveautes .previous_button_disabled {
	background:url("../images/carousel/carousel-left.gif") 0 50% no-repeat;
	cursor:default;
	visibility:hidden;
}

#nouveautes .next_button {
	float:left;  
	width:16px;
	height:75px;
	background:url("../images/carousel/carousel-right.gif") 100% 50% no-repeat;
	z-index:100;
	cursor:pointer;
}

#nouveautes .next_button_over {
	background:url("../images/carousel/carousel-right.gif") 100% 50% no-repeat;
}

#nouveautes .next_button_disabled {
	background:url("../images/carousel/carousel-right.gif") 100% 50% no-repeat;
	cursor:default;
	visibility:hidden;
}
