.thumbnail{
position: relative;
z-index: 0;
text-decoration:none;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

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

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 10px; /*position where enlarged image should offset horizontally */
}
/**
iso/login/marketing.php
**/
.thumbnail-mrkt {
position: relative;
z-index: 0;
text-decoration:none;
}

.thumbnail-mrkt:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail-mrkt span{ /*CSS for enlarged image*/
position:absolute;
background-color: lightyellow;
margin-top: -170px;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail-mrkt:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 10px; /*position where enlarged image should offset horizontally */
}

.thumbnail-mrkt1 {
position: relative;
z-index: 0;
text-decoration:none;
}

.thumbnail-mrkt1:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail-mrkt1 span{ /*CSS for enlarged image*/
position:absolute;
background-color: lightyellow;
margin-top: -40px;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail-mrkt1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 10px; /*position where enlarged image should offset horizontally */
}

.thumbnail-mrkt2 {
position: relative;
z-index: 0;
text-decoration:none;
}

.thumbnail-mrkt2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail-mrkt2 span{ /*CSS for enlarged image*/
position:absolute;
background-color: lightyellow;
margin-top: -10px;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail-mrkt2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 10px; /*position where enlarged image should offset horizontally */
}

.thumbnail-mrkt3 {
position: relative;
z-index: 0;
text-decoration:none;
}

.thumbnail-mrkt3:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail-mrkt3 span{ /*CSS for enlarged image*/
position:absolute;
background-color: lightyellow;
margin-top: -580px;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail-mrkt3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 10px; /*position where enlarged image should offset horizontally */
}
