div.photo_list {
	margin-top: 25px;
}
div.photo_list h1 {
	margin-bottom: 25px;
}

div.photo_list .images {
	margin-bottom: 25px;
	list-style-type: none;
}
div.photo_list .images img {
	border: none;
}

.photo_list_entry img {
	width: 100px;
	height: 66px;
	margin: 10px 9px;
	padding: 1px;
	border: solid 1px #004c98;
}

.photo_pager {
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
}

.photo_return {
	text-align: center;
}

.photo_navigation {
	text-align: center
}

.photo_return  a, .photo_navigation a {
        color: #335768;
	text-decoration: none;
}

.photo_return  a:hover, .photo_navigation a:hover {
	color: #FE7B2C;
}

.photo_view {
    clear: both;
    text-align: center;
    margin-top: 15px;
}

.photo_view img{
    border: 1px solid #4A8BA3;
    padding: 1px;
    max-width: 440px; /* attributo non supportato da IE */
    width: auto !important; /* anche !important non è supportato da IE, ma sugli altri permette di dare priorità ad una doppia dichiarazione */
    width: 440px; /* per IE */
}