.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    background-color: #FFFFFF;
    clear: both;
    color: #1078AD;
    float: left;
    font-size: 14px;
    text-align: center;
    width: 300px;
    margin-bottom: 18px;
}

.video_live .jcarousel-skin-tango .jcarousel-container-horizontal {
	background-color:#B8DFEE;
	clear:both;
	color:#1078AD;
	float:left;
	font-size:14px;
	text-align:center;
	width:300px;
}

.video_live object {
	width:215px;
	height:160px;	
}

.video_live embed {
	width:215px;
	height:160px;	
}

.photos_expo .jcarousel-skin-tango .jcarousel-container-horizontal {
	background-color:#B8DFEE;
	clear:both;
	color:#1078AD;
	float:left;
	font-size:14px;
	text-align:center;
	width:300px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  215px;
    height: 160px;
    margin-left:44px;
    _margin-left:0px;
}

/* IE 7 */
*+html .jcarousel-skin-tango .jcarousel-clip-horizontal {
    margin-left:0px;
}

.photos_expo .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  215px;
    height: 52px;
    margin-left:44px;
    _margin-left:0px;
}


/* IE 7 */
*+html .photos_expo .jcarousel-skin-tango .jcarousel-clip-horizontal {
    margin-left:0px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 215px;
    height: 160px;
}

.photos_expo .jcarousel-skin-tango .jcarousel-item {
    width: 68px;
    height: 50px;
    margin:	2px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {

}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 65px;
    right: 14px;
    width: 13px;
    height: 26px;
    cursor: pointer;
    background: transparent url(../../images/boutons/fleche_droite_video.gif) no-repeat 0 0;
}

.photos_expo .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 17px;
    right: 14px;
    width: 13px;
    height: 26px;
    cursor: pointer;
    background: transparent url(../../images/boutons/fleche_droite_bg_bleu_video.gif) no-repeat 0 0;
}

.video_live .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 65px;
    right: 14px;
    width: 13px;
    height: 26px;
    cursor: pointer;
    background: transparent url(../../images/boutons/fleche_droite_bg_bleu_video.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 65px;
    left: 15px;
    width: 13px;
    height: 26px;
    cursor: pointer;
    background: transparent url(../../images/boutons/fleche_gauche_video.gif) no-repeat 0 0;
}

.photos_expo .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 17px;
    left: 15px;
    width: 13px;
    height: 26px;
    cursor: pointer;
    background: transparent url(../../images/boutons/fleche_gauche_bg_bleu_video.gif) no-repeat 0 0;
}

.video_live .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 65px;
    left: 15px;
    width: 13px;
    height: 26px;
    cursor: pointer;
    background: transparent url(../../images/boutons/fleche_gauche_bg_bleu_video.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

