div, body, td { 
font-family : Helvetica, arial, sans-serif; 
font-size : 9pt; 
color : #333333; 
vertical-align : top; 
line-height : 11pt; 
text-align : justify; 
} 

#PARENTBOX {
margin-left:auto;
margin-right:auto;
background-color: #FFFFFF;
width: 937px;
top: 40px;
border: 0px;
text-align: left;
}

#SIDEBAR {
position:relative;
float:left;
left: 7px;
top:10px;
width: 183px;
text-align: left;
}

#CONTENT {
position: relative;
float:left;
top:10px;
width: 721px;
text-align: left;
margin-left:27px;
}

a:link, a:active, a:visited {
font-family: Helvetica, arial, sans-serif; 
font-size: 9pt;
color:737373; 
line-height:11pt;
text-decoration : none;
}

a:hover {
font-family:Helvetica, arial, sans-serif; 
font-size:9pt; 
color:#FFFFFF; 
line-height:11pt; 
text-decoration : none;
}

input, textarea {
font-family: Helvetica, arial, sans-serif; 
font-size:9pt; 
color:#333333; 
border:1px solid #333333;
}

.gallerycontainer{
position: relative;
}

.thumbnail img{
border: none;
margin: 0 5px 5px 0;
}

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

.thumbnail:hover img{
border:  none;
}

.thumbnail span{ 
position: absolute;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ 
border-width: 0;
}

.thumbnail:hover span{ 
visibility: visible;
top: 0;
left: 132px; 
z-index: 50;
}