#fotoview {
	background: url(/images/bg.gif) repeat 0px 0px; z-index: 5000; display: none; border: 1px solid #25282c; position: absolute; right: 282px; top: 0px;  height: 280px; 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;
	}
	
	.ft_small{
		border:1px solid #25282c;
	}