#pictureGallery ul li {
clear:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#pictureGallery ul li a, #pictureGallery ul li a:hover, #pictureGallery ul li a:visited {
color:#009f93;
font-size:1.2em;
font-weight:bold;
}

.picturGalleryCatImage {
height:100px;
margin:12px 10px 0 0;
}

.picturGalleryThumbnailImage {
display:inline;
float:left;
height:100px;
margin:12px 10px 0 0;
}

