#album ul{
margin: -14px 0px;
}

#album li{
float:left;
width: 145px;
height: 102px;
list-style:none;
border: 1px grey dashed;
padding-top: 4px;
text-align: center;
margin: 4px 2px;
}

#album li:hover{
text-decoration: none;
border: grey 1px solid;
}

#album li img{
border: none;
}

.album{
display: block;
height: 100%;
}

#album ul a:hover{
text-decoration: none;
}
