/* Front2Back Style ----------------------------------------------------------------------*/ /*CSS Popup Image Viewer: Adapted to PWG */ /*Credits: Dynamic Drive CSS Library */ /*URL: http://www.dynamicdrive.com/style/ */ .reverse { position: relative; z-index: 0; } .reverse:hover{ background-color: transparent; z-index: 50; } .reverse span { /* enlarged image*/ position: absolute; visibility: hidden; text-decoration: none; } .reverse:hover span { /* enlarged image on hover*/ visibility: visible; } .reverse span, .reverse span img{ /* enlarged image*/ border-width: 0; padding: 0px; background-color: transparent !important; }