.jcarousel-container {position: relative;}
.jcarousel-clip {z-index: 2;padding: 0;margin: 0; overflow: hidden; position: relative;}
.jcarousel-list {z-index: 1;overflow: hidden; position: relative;top: 0; left: 0;margin: 0;padding: 0;}
.jcarousel-list li, .jcarousel-item {float: left; list-style: none;/* We set the width/height explicitly. No width/height causes infinite loops. */width: 75px; height: 16px;}
.jcarousel-next { z-index: 3;display: none;}
.jcarousel-prev {z-index: 3; display: none;}
.jcarousel-container-vertical {width: 203px;height: 200px;}
.jcarousel-clip-vertical {top: 15px;width: 203px; height: 160px; margin: 0 0; z-index: 20;}
#mycarousel ul{margin:0 0;}
#mycarousel li,
.jcarousel-item-vertical,
.jcarousel-item-placeholder-vertical {width: 203px;height: 16px;margin: 0 0;}
.jcarousel-item h3, .jcarousel-item p {margin: 0;font-size: 90%;height:15px;overflow:hidden;text-align:left;}
.jcarousel-next-vertical { position: absolute; bottom: 0; left: 20px; width: 13px;height: 9px;cursor: pointer;border-top: 1px solid #fff;background: url(/img/mep/fleche_bas.gif) no-repeat center;}
.jcarousel-next-disabled-vertical { cursor: default; opacity: .5; -moz-opacity: .5; filter: alpha(opacity=50);}
.jcarousel-prev-vertical {position: absolute; bottom: 0;left: 0; width: 13px;height: 9px;cursor: pointer; border-bottom: 1px solid #fff; background: url(/img/mep/fleche_haut.gif) no-repeat center;}
.jcarousel-prev-disabled-vertical {cursor: default; opacity: .5; -moz-opacity: .5; filter: alpha(opacity=50);}
.loading {background: transparent url(../img/mep/loading.gif) 50% 50% no-repeat;}
