div#photogallery {
	width: 630px;
	margin: 0 auto;
	margin-left:10px;
}

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. 
	   CONTENITORE PARTE DESTRA*/
	display: none;
	margin-left:260px;
	width: 350px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 0px;
	height: 23px;
}
div.controls a {
	padding: 0px;
}

/*Play slideshow*/
div.ss-controls {
float:left;
}

/*previous e next*/
div.nav-controls {
	float: right;
}

div.loader {
	background-image:url(../immagini/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: auto;
	height: 350px
}

/*???*/
div.slideshow {

}

/*image-wrapper non c'è in html*/
div.slideshow span.image-wrapper {
	float: left;
	padding:0;
	padding-bottom: 5px;
}

/*advance link non in html*/
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	background-color: transparent;
	padding: 0px;
}
div.image-title {
	font-weight: bold;
	font: 12px Arial, Helvetica, sans-serif;
	color:#091b66;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 5px;
	display:none;
}






div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled.
	   CONTENITORE PARTE SINISTRA*/
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin:0;
	list-style: none;
}
a.thumb {
	padding: 0px;
	margin-left:17px;
	margin-bottom:17px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
/* comandi per le varie pagine di thumbs*/


div.navigation div.top {
	margin-bottom: 5px;
	height: 11px;
}

div.navigation div.bottom {
	margin-top: 5px;
}

/*current si riferisce alla pagina selezionata*/

