/* ============== Photo Gallery Only Extras ================ */
body {
background-color: #000000;
background-image: url(images/portraitB&W.jpg);
background-repeat: no-repeat;
background-position: bottom right;
background-attachment: fixed;
height: 99%;
margin: 5px 0px 0px 5px;
color: #FFFFFF;
}

a {
color: #FFFFFF;
text-decoration: none;
}
a:hover {
background-color: #222222;
text-decoration: none
}

/* ------ Gallery Part Definitions -------- */

h3 {
text-align: left;
margin: 0px 	0px 0px 5px;
padding-top: 20px;
}

p {
text-align: left;
margin: 0px 0px 0px 5px;
padding-bottom: 10px;
}

#gallery ul {
/* width: 345px; */
text-decoration: none;
margin-bottom: 0px;
padding-bottom: 0px;
}

#gallery ul li {
list-style-type:none;
float: left;
}

#gallery a:hover img {

/* border: thin solid #229922; */

}

#large_image {
float: right;
}

.preview {
display: none;
}

a:hover .preview {
display: block;
position: absolute;
z-index: 1;
right: 0px;
bottom: 0px;
margin-left: 50px;
}




