/**
 * 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;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 305px;
    height: 140px;
}

/**
 * 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: block;
	background:transparent url(img/skin1/controls_actus.gif) no-repeat scroll 0 -13px;
	height:0;
	margin-top:0.55em;
	overflow:hidden;
	padding-top:11px;
	width:7px;
	
	}
	
#zone_actus  .jcarousel-prev {background:transparent 0px -29px no-repeat url(../img/skin1/controls_actus.gif);overflow:hidden;height:0;padding-top:15px;display:none;margin-top:0.55em;width:15px;position:absolute;top:1px;	left:0px;}
#zone_actus  .jcarousel-prev-disabled{background:transparent 0px 0px no-repeat url(../img/skin1/controls_actus.gif);}

#zone_actus  .jcarousel-next {background:transparent -26px 0px no-repeat url(../img/skin1/controls_actus.gif);overflow:hidden;height:0;padding-top:15px;display:none;margin-top:0.55em;width:15px;position:absolute;top:1px;left:15px;}
#zone_actus  .jcarousel-next-disabled{background:transparent -26px -29px no-repeat url(../img/skin1/controls_actus.gif);}

/*-- vertical --*/
.jcarousel-container-vertical .jcarousel-list li,
.jcarousel-container-vertical .jcarousel-item{
	width: 52px;
    height: 90px;
}

.jcarousel-prev-vertical{height:10px;width:10px;border:1px solid red;cursor:pointer;}
.jcarousel-next-vertical{height:10px;width:10px;border:1px solid red;cursor:pointer;}

#homelocaliserUnBur .jcarousel-list li,#homelocaliserUnBu .jcarousel-item{height:65px;}
#homelocaliserUnBur .jcarousel-next {height:20px;width:20px;background:transparent -40px 0px no-repeat url(../img/skin1/controls_bur.png);padding:0px;left:240px;position:absolute;top:0px;cursor:pointer;}
#homelocaliserUnBur  .jcarousel-prev {height:20px;width:20px;background:transparent 0px 0px no-repeat url(../img/skin1/controls_bur.png);padding:0px;left:-6px;position:absolute;top:-7px;cursor:pointer;}

#homelocaliserUnBur .jcarousel-next-disabled {background-position:-40px -30px;cursor:default;}
#homelocaliserUnBur  .jcarousel-prev-disabled {background-position:0px -30px;cursor:default;}

