/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
#affiche_films{
position:relative;
}
.lyr{
margin:0px;
padding:0px;
}
#hold	{ 
	position:relative;
	overflow:hidden;
	width:200px; height:450px; 
  	z-index:100;
}

div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:190px; height:450px; 
	clip:rect(0px, 190px, 540px, 0px); 
	overflow:hidden;	
	z-index:1;
	
	margin:0px;
	padding:0px;
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1;
	
	padding:0px;
	margin:0px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:absolute; right:0; top:0;
  width:13px; height:260px; 
  font-size:1px; z-index:1;
  }

div#track { 
  position:absolute; left:0; top:0px;
  width:11px; height:450px;
  background: url("images/track.gif") #FFFFFF repeat;
  border:1px solid #999999;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#999999;
  z-index:1;
  }
  
.vignette_video{
margin-right:2px;width:65px;
margin-left:-2px;
border:0;
}