#gallery {
    position: relative;
    width: 1260px;
}
#thumbs {
    width: -120px;
    float: left;
}
#thumbs a {
    display: inline;
    float: left;
    margin: 2px 2px 4px 4px;
    width: 90px;
    height: 60px;
    border: 0px #96BC0D;
}
#thumbs a img {
    width: 90px;
    height: 60px;
    border: 2px solid #96BC0D;
}
#thumbs a:hover {
	display: inherit;
    border: 2px solid #96BC0D;
}
#thumbs a:hover img {
    position: absolute;
    width: auto;
    height: auto;
    left: 0px;
    top: 70;
    border: 2px solid #96BC0D;
}