/*************************
******** Arrows **********
**************************/	
div.jMyCarousel .prev{
	background: url('../images/nos_vins/fleche_left.png') center center no-repeat;
	width:23px;
	height:34px;
	border:0px;
}
div.jMyCarousel .next{
	background: url('../images/nos_vins/fleche_right.png') center center no-repeat;
	width:23px;
	height:34px;
	border:0px;
}



/** carousel 1 **/
div.jMyCarousel{
	padding:10px;
	margin:auto;
	display:none;
}

div.jMyCarousel ul li{
	border:1px solid #fff;
	line-height:0px;
	margin:0px 30px 0px 30px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	border:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
	margin:10px;
}
