#fotoview {
	background: #ffffff; z-index: 5000; display: none; border: 1px solid #8ca5a2; position: absolute; right: 345px; top: 0px;  height: 200px; width: 433px;
}

.foto_arrow{
	position:absolute;
	right: -7px;
	width:7px;
	height:14px;
	display:block;

}

.foto_arrow_left{
	position:absolute;
	left: -7px;
	width:7px;
	height:14px;
	display:block;

}

	#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;
	}