.platte_tekst {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px}
//body {
//scrollbar-3dlight-color: #F6049E;
//scrollbar-arrow-color:#F6049E;
//scrollbar-base-color: #F6049E;
//scrollbar-darkshadow-color: #F6049E;
//scrollbar-face-color:#000000;
//scrollbar-highlight-color:#F6049E;
//scrollbar-shadow-color: #000000;
//scrollbar-track-color: #000000;
}

.txtBoxStyle1{
	border: 1px solid #5f5f5f;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;    
    color: #000000;
    background-image: url(images/txtfield_inner2.gif);
}

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

.thumbnail img{
border: 1px solid #666666;
margin: 0 2px 2px 0;
}

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
left: -1000px;
border: 1px gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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