
.photo_list {
	text-align: center;
	padding-top: 10px;
        margin-left: 50px;
}

.photo_list_entry {
	width: 128px;
	float: left;
        border-top: 1px solid #CCCCCC;
        padding-top: 5px;
}

.photo_list_entry img {
	border: 1px solid #900;
        padding: 1px;
        max-width: 100px; /* 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: 100px; /* per IE */
}

.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: #900;
	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 #900;
    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 */
}