.photo {
	width: 95px;
	height: 100%;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	
	text-shadow: 0px 0px;	
}

.photo-large {
	width: 200px;
}

.photo-gallery {
	float: left;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	margin-right: 5px;
	position: relative;
}

.photo-gallery-last {
	margin-right: 0px;
}
.state-photocut-open { width : 195px }
.state-photocut-close { width : 95px }

.photo-stack {
	display: block;
	margin-bottom: 5px;
	float: left;
	height : 100%;
	position: relative;
	overflow: hidden;
}

.photo-stack-small { height : 298px; }	
.photo-stack .photo { margin-right: 5px; position: relative; display: inline-block }
.photo-stack .photo:last-child { margin-right : 0px }

.photo-gallery .photo-stack:last-child { margin-bottom : 0px }

#container .photo-gallery:last-child { margin-right : 0px }


.photo-gallery .photo-thumbs { 
	width: 730px; 
	height: 285px; 
	margin-left: 85px;
	margin-bottom: 5px;
	position: relative;
	/*background: yellow;*/
	overflow: hidden;
}

.photo-gallery .photo-thumbs-content {
	position: relative;
	width: 100%;
	/*background: violet;*/
}

.photo-thumbs .photo { 
	width: 240px;
	height: 140px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
	/*background: grey;*/
	vertical-align: top;
}

.photo-thumbs .photo-end-line {
	margin-right: 0px;
}

.photo-gallery .preview-nav {
	position: relative;
	width: 100%;
	height: 153px;
	/*background: gray;*/
	margin-bottom: 5px;
}

.preview-nav .preview-nav-up, .preview-nav .preview-nav-down {
	width: 68px;
	height: 41px;
	/*background: blue;*/
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -34px;
	visibility: hidden;
}

.preview-nav .preview-nav-up {
	
	background-image: url( '/images/freccia_su-68.png' );
}

.preview-nav .preview-nav-down {

	background-image: url( '/images/freccia_giu-68.png' );
}


.photo-gallery .inside-preview {
	cursor: pointer;
	position: absolute;
	
	z-index: 1;
	top: 0px;
	left: 0px;
	
	width: 900px;
	height: 600px;
	
	background: black;
}

.linea-rossa {
	position: absolute;
	bottom: 20px;
	left: 0px;
	height: 1px;
	background-color: red;
	width: 0px;
	overflow: hidden;
}

.state-preview-closed { display: none }
.state-preview-open { display: block }

.video {
	background:#FC0;
}

.photo-label {
	position: absolute;
	top: 50%;
	left: -240px;
	margin-top: -9px;
	
	width: 100%;
	text-align:center;
	
	font-size: 18px;
	line-height: 18px;

	color: white;
	
}

.video-preload, .preview-video-notifier  {
	position: absolute;
	text-align: center;
	width: 100%;
	color: black;
	font-size: 16px;
	line-height: 16px;
	top: 50%;
	margin-top: -8px;
}

.preview-video-notifier {
	color: #FC0;  
	z-index: 1;
}

.inside-preview .video-preload {
	color: white;
}
