/*Credits: Dynamic Drive CSS Library */ /*URL: http://www.dynamicdrive.com/style/ */ .header { left: 300px; top: 0px; position: relative; } .gallerycontainer{ top: 20px; left: 100px; position: relative; /*Add a height attribute and set to largest image's height to prevent overlaying*/ } .thumbnail img{ border: 0px solid white; margin: 0 1px 1px 0; } .thumbnail:hover{ background-color: transparent; } .thumbnail:hover img{ border: 0px; } .thumbnail span{ /*CSS for enlarged image*/ position: absolute; background-color: white; padding: 1px; left: -1000px; border: 1px white; visibility: hidden; color: #2F0000; text-decoration: none; } .thumbnail span img{ /*CSS for enlarged image*/ border-width: 0; padding: 1px; } .thumbnail:hover span{ /*CSS for enlarged image*/ visibility: visible; top: 0px; left: 288px; /*position where enlarged image should offset horizontally */ z-index: 50; } body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #2F0000; } a:link { text-decoration: none; color: #659900; } a:visited { text-decoration: none; color: #659900; } a:hover { text-decoration: none; } a:active { text-decoration: none; } .style4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #2F0000; }


















Home :: All content © 2010