/* Picture block style */

.imgblk {
position: relative;
top: -314px;
z-index: 50;
height:100px;
}

.imgblk2 {
position: relative;
top: -289px;
z-index: 50;
height:120px;
}

.imgblk3 {
position: relative;
top: -289px;
z-index: 50;
height:120px;
}

.imgperm {
position:relative;
top: 18px;
left: 288px;
}

.imgperm2 {
position:relative;
top: 44px;
left: 288px;
}

.imgperm3 {
position:relative;
top: 44px;
left: 360px;
}

.thumb img{
border: 2px solid white;
margin: 0 5px 5px 0;
}

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

.thumb:hover img{
border: 2px solid black;
}

.thumb span{
position: absolute;
background-color: white;
padding:5px;
left:-1000px;
border: 1px solid white;
visibility: hidden;
color:black;
text-decoration: none;
}

.thumb span img{
border-width: 0;
padding: 0;
}

.thumb:hover span{
visibility: visible;
top: 25px;
left: 280px;
z-index: 50;
}

.thumb2 img{
border: 2px solid white;
margin: 0 5px 5px 0;
}

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

.thumb2:hover img{
border: 2px solid black;
}

.thumb2 span{
position: absolute;
background-color: white;
padding:5px;
left:-1000px;
border: 1px solid white;
visibility: hidden;
color:black;
text-decoration: none;
}

.thumb2 span img{
border-width: 0;
padding: 0;
}

.thumb2:hover span{
visibility: visible;
top: 25px;
left: 355px;
z-index: 50;
}