@charset "utf-8";
/* CSS Document */
body {background:#000000; color:#999999;}
a, alink, vlink {color:#FFFFFF} 
img {border: none;}
#out {width:1050px; margin:0px auto; padding: 0px;}

#menu {width: 150px; float: left; margin: 0px; padding: 70px 20px 0px 0px; text-align: right;}

#smoothgal {width: 600px; float: left; margin: 0px; padding:50px 20px 0px 20px; text-align: center;}

#content {width: 600px; float: left; margin: 0px; padding: 50px 20px 0px 20px; text-align: justify;}

#logo {width: 250px; float: right; margin: 0px; padding: 100px 20px 0px 0px; text-align: center;}
#logo-index {width: 190px; float: left; margin: 0px; padding: 100px 20px 0px 0px; text-align: center;}






.gallerycontainer{
position: relative;
margin-top:-55px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img, .thumbnail, a, img {
border: 0px solid white;
margin: 0 1px 1px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #333333;
padding: 2px;
left: -1000px;
border: 12px  dotted #111111;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 50px;
left: -130px; /*position where enlarged image should offset horizontally */
z-index: 50;
}






.thumbnail2 img, .thumbnail2, a, img {
border: 0px solid white;
margin: 0 1px 1px 0;
}

.thumbnail2:hover{
background-color: transparent;
}

.thumbnail2:hover img{
border: 1px solid black;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #333333;
padding: 2px;
left: -1000px;
border: 12px  dotted #111111;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 50px;
left: -10px; /*position where enlarged image should offset horizontally */
z-index: 50;
}