
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*This version modified to work with Opera Browser by Mark Boydston */

#sponsors .thumbnail{
position: relative;
z-index: 0;
}

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

#sponsors .thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
height:auto;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

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

#sponsors .thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
/*top: 0;*/
left:auto;/*position where enlarged image should offset horizontally */
}




#contributors .thumbnail{
position: relative;
z-index: 0;
}

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

#contributors .thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
height:auto;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

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

#contributors .thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
/*top: 0;*/
left:auto;/*position where enlarged image should offset horizontally */
}
