div#page {
	width: 670px;
	text-align: left;
}
a{
	color: #666666;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #182E7A;
	text-decoration: underline;
}
p, li {
	line-height: 1.3em;
}
p a, li a {
	text-decoration: underline;
}
h1, h2 {
	margin: 0;
}
h1 {
	color: #333;
	padding: 0;
}
h2 {
	color: #111;
	padding-top: 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. */
	float:right;
	width:670px; 
}
div.controls {
	margin-top: 5px;
	height: 23px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
}
div.ss-controls {
	float: left;
}
div.ss-controls span {
	color: #666666;
	cursor: pointer;
}
div.nav-controls {
	float: right;
}
div.nav-controls a {
	padding: 5px;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	display: block;
}
div.slideshow img {
	/*border:1;*/
	border: 1px solid #999999;
	/*border-color:#999999;*/
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	background-color: #666666;
	padding: 12px;
}
div.image-title {   /* titolo zoom foto*/
	font-weight: bold;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 10px;
}




div.navigation {    /* elenco anteprime nella colonna di sinistra */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 5px;
	padding-left:5px;
	width:242px;
	background-color:#e8edef;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 5px 5px 0;
	list-style: none;
}
ul.thumbs li a {
	display: block;
	border: 1px solid #c4c4c4;
}
ul.thumbs li.selected a {
	border: 1px solid #cc0000;
}
ul.thumbs a:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: left;
	padding-left:0px;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}



div.pagination a, div.pagination strong {   /* link 1-2-avanti-indietro */
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
	text-decoration: none;
	color:#333333;
}
div.pagination a:hover {
	background-color: #c4c4c4;
	color:#ffffff;
	text-decoration: none;
}
div.pagination strong {
	color:#ffffff;
	background-color: #0064a6;
	font-size: 11px;
	font-weight:normal;
}
