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


#gal2 {
position: absolute;
top: 180px;
left: 350px;
width: 160px;
height: 160px;
background-color: #ebe17f;
background-image: url('/images/music.jpg');
background-position: top left;
}

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

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

#gal5 {
position: absolute;
top: 180px;
left: 180px;
width: 160px;
height: 160px;
background-color: #54632c;
background-image: url('/images/landscape.jpg');
background-position: top left;
}

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

#gal7 {
position: absolute;
top: 350px;
left: 10px;
width: 160px;
height: 160px;
background-image: url('/images/logo.gif');
}

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

#gal9 {
position: absolute;
top: 350px;
left: 350px;
width: 160px;
height: 160px;
background-color: #ddd6d0;
background-image: url('/images/holga.jpg');
background-position: top left;
}

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

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

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

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

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

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

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

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

