.jcarousel-skin-tango .jcarousel-container {
	width:705px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width:705px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	float:left;
    width:705px;
    height:450px;
}

.jcarousel-skin-tango .jcarousel-item {
	width:705px;
    height:450px;
}

object{
	position:relative;
}

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

}


/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal
 {
	position:absolute;
	top:464px;
	right:0;
	width:36px;
	height:36px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) center top no-repeat;
	z-index:1500;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover 
{
   background: transparent url(next-horizontal.png) center -36px no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active
{
    background: transparent url(next-horizontal.png) center -72px no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal 
{
	position:absolute;
	top:464px;
	left:0px;
	width:36px;
	height:36px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) center top no-repeat;
	z-index:1500;
}


.jcarousel-skin-tango .jcarousel-prev-horizontal:hover 
{
	background: transparent url(prev-horizontal.png) center -36px no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active 
{
	background: transparent url(prev-horizontal.png) center -72px no-repeat;
}

/* ----- jcarousel-control ----- */

/*.control-page-contenu
{
	top:290px !important;	Hack pour les pages contenu (pour diminuer l'espace entre la barre de numéro du carousel et le bas de l'image
}*/

.jcarousel-control
{
	position:absolute;
	bottom:0;
	left:36px;
	width:633px;
	height:36px;
	background:url(fond-control.png) no-repeat;
	text-align:center;
	/*opacity:0.7;
	filter : alpha(opacity=70); IE < 8  */
	z-index:1000;
}

.jcarousel-control  p
{
	display:inline-block;
	* zoom:1;				/* IE 7 */ 
	* display:inline;
	width:11px;
	height:11px;
	font-size:5px;
	text-align:center;
	margin:16px 2px 0;
	background:url(point.png) center top no-repeat;
    cursor:pointer;
}
.jcarousel-control  p.actif
{
	background:url(point.png) center -11px no-repeat;
}

.jcarousel-control p a
{
	display:hidden;
	color:#707173 !important;
	text-decoration:none;
}
.jcarousel-control  p.actif a
{
	color:#fff !important;
}
.jcarousel-control p a:hover
{
	
}






