/* CSS Document */
#cont_noobslide{
	width:400px;
	padding:0px; 
	height:400px;
	float:left;
	margin-right:15px;
}
.photo{
	margin:0px;
	background-color:#FFFFFF;
	padding:Opx;
}
.masque{
	position:relative;
	width:400px;
	height:300px;
	overflow:hidden;
}
#boite{
	position:absolute;
	margin:0px;
	padding:0px;
}
#boite span{
	display:block;
	float:left;
}
#vignette_photo{
	position:relative;
	width:400px;
	clear:both;
	height:41px;
	overflow:hidden;
	margin-top:10px;
}
#vignette_photo .vignette, #vignette_2, #vignette_masque{
	position:absolute;
	width:100%;
	height:41px;
}
#vignette_photo .vignette div, #vignette_2 span{
	display:block;
	width:60px;
	height:41px;
	margin:0;
	float:left;
	cursor:pointer;
}
#vignette_photo .vignette div img{
	width:54px;
	float:right;
}
.vignette{
	width:54px;
}
.vignette div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.vignette div img{
	display:block;
	width:100%;
	height:100%;
	border:none;
}
#vignette_2 span{
	background:url(../images/noobslide/thumb_invisible.gif) no-repeat;
}
#vignette_masque{
	width:1200px;
	background:url(../images/noobslide/thumbs_mask.gif) no-repeat center top;
}

