﻿
#flickrGallery
{  margin:0 auto;
	width: 500px;
	height: 500px;
	z-index:5;
	border: 1px solid #000;
}

#myGallerySet
{  margin:0 auto;
	width: 500px;
	height: 500px;
	z-index:5;
	border: 1px solid #111;
}

#myGallery /*il bordo è il colore del box che contiene foto e le 2 informazioni*/
{  margin:0px auto;
	width: 500px;
	height: 400px;/*a 300 i dati immagini vengono sovrapposti con mmagine alta 300*/
	z-index:5;
	border: 0px solid #111;
	
	
}

#flickrGallery
{
	width: 500px;
	height: 334px;	

}

#myGallerySet img.thumbnail
{
	display: none;
}

#myGallery img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery
.slideElement/*RIGUARDA IL BOX  IMMAGINE*/
{  float:right;
	width:100%;
	height:100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
	}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
	
}

.jdGallery .slideInfoZone/*RIGUARDA IL FONDINO ED IL TESTO  SOPRA dei 2*/
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px auto;
	left: 0;
	bottom: 0px;
	height: 40px;
	background: #fff;
	color: #996;
	text-indent: 35%;
	overflow: hidden;
	font-size:1.3em;
	text-decoration:none
	
	
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p/*RIGUARDA IL TESTO SOTTO*/
{
	padding: 0;
	font-size: 0.8em;
	margin: -2px 5px;
	color: #fff;
	
}

