
body { color: #cdc6b0; font-size: 10pt; font-family: "trebuchet ms"; background-color: #222325; text-decoration: none; }

p {}

td {}

a:link { color: #cdc6b0 ; font-weight: bold; text-decoration: none; }

a:visited { color: #cdc6b0 ; font-weight: bold; text-decoration: none; }

a:hover { color: #ece8dd ; font-weight: bold; font-style: normal; text-decoration: none; }

a:active { color: #cdc6b0 ; font-weight: bold; text-decoration: none; }



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.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: 175px;
left: 525px; /*position where enlarged image should offset horizontally */

position:fixed;/* if you have lots of image in your rep*/

}

</style>

<!--
#loading {
       width: 200px;
       height: 100px;
       background-color: #333436;
       position: absolute;
       left: 50%;
       top: 50%;
       margin-top: -50px;
       margin-left: -100px;
       text-align: center;
}
-->
</style>