#fotoview {
	background: #ffffff; z-index: 5000; display: none; border: 1px solid #8ca5a2; position: absolute; right: 345px; top: 0px;  height: 200px; width: 433px;
}

	#ft_photos {
		position: relative;
	}
	
	#ft_photos .panel {
		position: absolute;
		top: 10px;
		left: 10px;
	}
	
	#ft_photos .filmstrip {
		position: absolute;
		top: 280px;
		left: 10px;
	}
	
	#ft_photos .filmstrip img {
		float: left;
		margin-right: 7px;
		margin-bottom: 7px;
		cursor: pointer;
	}