@charset "utf-8";
/* CSS Document */

#gallery img {
border:#CCCCCC solid;
border-width:5px;
margin-bottom:20px;
}

#gallery a img {
border:#CCCCCC solid;
border-width:5px;
}

#gallery a:hover img {
border:#999999 solid;
border-width:5px;
}
