div#filmstrip {
  margin:24px 0;
}

div#filmstrip-bar {
  font-weight:bold; font-size:14px; text-transform:uppercase;
  padding-top:12px; color:#aaa; text-align:center;
}
div#filmstrip-bar img {
  padding:2px; vertical-align:-6px; cursor:pointer;
}
img#gauche { margin-right:12px; }
img#droit { margin-left:12px; }

div#cadre {
  position:relative; width:560px; height:92px;
  overflow:hidden; z-index:5; 
}

div#view {
  position:absolute; top:5px; left:-24px; width:2000px; height:92px;
  z-index:10; display:block;
}

div#view img {
  border:1px solid silver; padding:1px; margin-right:20px;
}

div#view a:hover, div#view a:visited:hover { border:0; }
div#view img:hover { border:1px solid yellow; }

div#fades-lhs { 
  z-index:20; position:absolute; width:20px;
}
div#fades-rhs {
  z-index:20; position:absolute; top:0px; left:540px; width:20px;
}
