#gal1 {
position: absolute;
top: 10px;
left: 10px;
width: 160px;
height: 160px;
background-color: #cfe9f4;
background-image: url('/images/portrait/preg.jpg');
background-position: top left;
}

#gal2 {
position: absolute;
top: 180px;
left: 10px;
width: 160px;
height: 160px;
background-color: #dbdfcc;
background-image: url('/images/portrait/baby.jpg');
background-position: top left;
}

#gal3 {
position: absolute;
top: 10px;
left: 350px;
width: 160px;
height: 160px;
}

#gal4 {
position: absolute;
top: 180px;
left: 180px;
width: 160px;
height: 160px;
background-color: #afaea8;
background-image: url('/images/portrait/kids.jpg');
background-position: top left;
}

#gal5 {
position: absolute;
top: 180px;
left: 350px;
width: 160px;
height: 160px;
background-color: #6b7a3b;
background-image: url('/images/portrait/family.jpg');
background-position: top left;
}

#gal6 {
position: absolute;
top: 350px;
left: 180px;
width: 160px;
height: 160px;
background-color: #353128;
background-image: url('/images/portrait/couple.jpg');
background-position: top left;
}

#gal7 {
position: absolute;
top: 350px;
left: 10px;
width: 160px;
height: 160px;
background-color: #353128;
background-image: url('/images/portrait/individual.jpg');
background-position: top left;
}

#gal8 {
position: absolute;
top: 350px;
left: 350px;
width: 160px;
height: 160px;
background-color: #d5c483;
background-image: url('/images/portrait/pets.jpg');
background-position: top left;}

#gal9 {
position: absolute;
top: 10px;
left: 180px;
width: 160px;
height: 160px;
background-color: #3e301e;
background-image: url('/images/portrait/comm.jpg');
background-position: top left;
}

#gallerymain a {
display: block;
width: 160px;
height: 160px;
}

#gal1 a:hover {
background-image: url('/images/portrait/preg.jpg');
background-position: bottom right;
}

#gal2 a:hover {
background-image: url('/images/portrait/baby.jpg');
background-position: bottom right;
}

#gal4 a:hover {
background-image: url('/images/portrait/kids.jpg');
background-position: bottom right;
}

#gal5 a:hover {
background-image: url('/images/portrait/family.jpg');
background-position: bottom right;
}

#gal6 a:hover {
background-image: url('/images/portrait/couple.jpg');
background-position: bottom right;
}

#gal7 a:hover {
background-image: url('/images/portrait/individual.jpg');
background-position: bottom right;
}

#gal8 a:hover {
background-image: url('/images/portrait/pets.jpg');
background-position: bottom right;
}

#gal9 a:hover {
background-image: url('/images/portrait/comm.jpg');
background-position: bottom right;
}
