body.porcovani {background-image: url(porcovani.jpg);}

ul.photos {
	margin: 0;
	height: 340px;
	padding-left: 450px;
}
ul.photos li {
	list-style-type: none;
	margin: 0;
	display: inline;
}
ul.photos li a {
	display: block;
	position: static;
	float: left;
	width: 100px;
	height: 113px;
	margin: 0;
	padding: 0;
	padding-right: 4px;
	text-decoration: none;
	background: url(loading.gif) 0 16px no-repeat;
	font-size: smaller;
	cursor: pointer;
}
ul.photos li a span.label {
	display: block;
	width: 100px;
	height: 113px;
	background: url(loading.gif) 0 16px no-repeat;
}

#photo-holder {
	background: url(loading.gif) 100% 0 no-repeat;
	position: absolute;
	top: 6em;
	left: 10px;
	width: 450px;
	height: 340px;
	z-index: 0;
}

ul.photos li a span.photo {
	position: absolute;
	top: 6em;
	left: 10px;
	display: block;
	z-index: -1;
	width: 450px;
	height: 340px;
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-color: #fff;
}
ul.photos li a span.photo.notfirst {background-color: #fff;}
ul.photos li a span.photo.first {z-index: 2;}
ul.photos li a:active span.photo, ul.photos li a:focus span.photo {z-index: 5;}
ul.photos li a:hover span.photo {z-index: 10;}
