/**
 * 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;
}

.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;
	margin-right:12px;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 226px;
    height: 260px;
}

/**
 * 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;
}


/******************************/
#artlie .jcarousel-container.jcarousel-container-horizontal{
	width:641px;
	height:97px;
}
#mycarouselss2 li{
    width: 226px;
    height: 63px;
	 background: url("../images/backpopatical.jpg") repeat-x scroll center bottom #FFFFFF;
    border: 1px solid #dedede;
	 margin: 0 0 10px 0 !important;
    padding: 16px 46px !important;
	clear:none !important;
	overflow:hidden;
	text-align:left;
}

#mycarouselss2 li:first-child {
	width: 227px;
}

#mycarouselss2 li .jcarousel-image {
	border:1px solid #bcbcbc;
	width:65px;
	height:65px;
	display:inline-block;
	float: left;
}

#mycarouselss2 li img {
    border: 5px solid #eeeeee;
    float: left;
    margin: 0 0.5em 0 0;
	height:55px;
	width:55px;
}
#mycarouselss2 li a {
    color: #555555;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: bold;
	line-height:20px;
	text-decoration:none;
}

#mycarouselss2 li a.jcarousel-lien:hover{
	color: #a69a9a;
}

#mycarouselss2 li .jcarousel-lien {
	float: left;
	margin-left: 10px;
	width: 145px;
	display:inline-block;
}

#mycarouselss2 li .jcarousel-date {
    color: #aaaaaa;
    font-family: 'Open Sans',sans-serif;
    font-size: 11px;
    font-weight: normal;
	line-height:20px;
	text-decoration:none;
	float: left;
	margin-left: 10px;
	width: 145px;
	display:inline-block;
}



#artlie .jcarousel-prev.jcarousel-prev-horizontal {
    background: url("../images/backgame.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 22px;
    position: absolute;
    left: 18px;
    top: 43%;
    width: 19px;
}
#artlie .jcarousel-next.jcarousel-next-horizontal {
    background: url("../images/pregame.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 22px;
    right: 18px;
    position: absolute;
    top: 43%;
    width: 19px;
}

#artlie {
	background: url("fond.png") no-repeat left top;
	margin-top: 30px;
}

#artlie h2 {
    color: #A39797;
    font-family: 'Open Sans',sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 17px;
	padding:21px 0 21px 85px;
    text-align: left;
    width: 619px;
	background: none !important;
}