body {
background: grey;
}
#large {

width: 350px;

height: 350px;

float: left;

margin-top: 180px;

margin-left: 180px;

background: url(gallery1/indicato.gif) no-repeat 50% 40%;

}

#large img {

width: 450px;

height: 363px;

border: 7px solid #223348;

}

#thumbnail {

width: 310px;

height: 356px;

overflow: auto;

float: left;

list-style: none;

margin-top: 80px;

margin-left: 90px;

_margin-left: 30px;

padding: 5px;

border: 7px solid #223348;

background: #fff;

}

#thumbnail li {

float: left;

width: 79px;

margin: 8px;

_margin: 5px;

}

#thumbnail a {

display: block;

width: 85px;

height: 56px;

padding: 2px;

border: 2px solid #ccc;

}

#thumbnail a:hover {

border-color: #405061;

}