/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 500px;
  height:140px;
  margin-left: 25px;
  position: relative;
  clear:left;_margin-left:12px;
}

#horizontal_carousel .container {
  float: left;
  width: 390px;
  height: 140px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 240px;
}                      

#horizontal_carousel ul li {
  width:130px;
  height: 140px;
  text-align: center; 
  list-style:none;   
  float:left;
  position:relative;
}
#horizontal_carousel ul li a {
display:block;
width:120px;
height:90px; 
position:relative;
}
#horizontal_carousel ul li a:hover span, #horizontal_carousel ul li.selected span {
display:block; 
background: url(../gfx/decoup/frame.gif) no-repeat;
width:120px;
height:90px;
padding:0;
position:absolute;
top:0;
left:0;
text-indent:-9999px;
z-index:100;
cursor:pointer;
}
#horizontal_carousel ul li a:hover {background:#fff;}

#horizontal_carousel  img {z-index:1; 
}
#horizontal_carousel ul li  p {font-size:10px; line-height:12px;}
#horizontal_carousel ul li.selected p, #horizontal_carousel ul li:hover p {
font-weight:bold;
color:#c92986;}
#horizontal_carousel .previous_button {
display:block;
background:url(../gfx/deco/puces/videol.gif) no-repeat;
width:48px;
height:44px;
float:left;
text-indent:-9999px;
margin-top:25px;
z-index: 100;
cursor: pointer;
}

#horizontal_carousel .previous_button_over {
 background:url(../gfx/deco/puces/videol1.gif) no-repeat;

}

#horizontal_carousel .previous_button_disabled {
   background:url(../gfx/deco/puces/videoloff.gif) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
display:block;
background:url(../gfx/deco/puces/videor.gif) no-repeat;
width:48px;
height:44px;
float:left;
text-indent:-9999px;
margin-top:25px;
z-index: 100;
cursor: pointer;
}

#horizontal_carousel .next_button_over {
background:url(../gfx/deco/puces/videor1.gif) no-repeat;
}

#horizontal_carousel .next_button_disabled {
background:url(../gfx/deco/puces/videoroff.gif) no-repeat;
  cursor: default;
}


