	.miniature {
		cursor:		pointer ;
	}
	div.album_vign_legend  {
		display:	none ;
	}
	div#album_elem {
		width:	100% ;
		height: 100% ;
		position: absolute ;
		top : 0 ;
		left : 0 ;
		display:	none ;
	}
	div#album_mode {
		width:	100% ;
		height: 100% ;
		position: absolute ;
		top : 0 ;
		left : 0 ;
		background-color:	#ffffff ;
		opacity:    0.85 ;
		filter:alpha(opacity=85); /* For IE8 and earlier */

	}
	div#album_film {
		width:	200px;
		height: 100% ;
		position: absolute ;
		top: 0 ;
		right: 10% ;
		background-color: #000000 ;
		display: none;
	}
	div#album_pict {
		margin-left: auto;
		margin-right: auto;
		text-align:		center ;
		position: relative ;
		top: 100px  ;
	}
	img#img_album_pict {
		border:			1px solid #000000 ;
		padding:		1em ;
	}
