/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	height:100px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	height:100px;
}

.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: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

div.navigation a { text-decoration: none; color: #fff; }
#PubNav {display:block;margin:10px 0 0 30px;padding:0;list-style:none;float:left;}
#PubNav li {float:left;margin:0 7px 0 0;padding:0; width:17px;}
.PubliciteBottom {display:block;background:#a4cd78;text-decoration:none; float:left;width:17px; }
.PubliciteBottom:hover, .PubliciteBottom.Active {background-color:#93bc67;width:17px;height:16px;}
#PubNav li, #PubliciteBottom a{width:17px !important;height:16px;font:bold 11px/16px arial;color:#ffffff;text-align:center;}
#PubNav li a.PubliciteNext {display:block;width:9px;text-decoration:none;background:url(/corpo/medias/communs/pub-nav-next-arrow.gif) no-repeat 0 0;}
#PubNav li a.PubliciteNext:hover {}
