/*

      <a class="thumbnail" href="#thumb"><img src="/common/images/main_1.jpg" width="100px" height="66px" border="0" /><span><img src="/common/images/main_1.jpg" /><br />Simply beautiful.</span></a>

<br />

<a class="thumbnail" href="#thumb">Dynamic Drive<span><img src="/common/images/main_1.jpg" /><br />Dynamic Drive</span></a><br />

*/


/*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;
left: -5px; /*position where enlarged image should offset horizontally */
top:0;
}

.thumbnailRight{
position: relative;
z-index:0;
}

.thumbnailRight:hover{
background-color: transparent;
z-index:50;
}

.thumbnailRight 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;
}

.thumbnailRight span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailRight:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: 120px; /*position where enlarged image should offset horizontally */
}

.thumbnailBottom{
position: relative;
}

.thumbnailBottom:hover{
background-color: transparent;
}

.thumbnailBottom span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
right: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnailBottom span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailBottom:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 0px;
right: 0px; /*position where enlarged image should offset horizontally */
}

.thumbnailFixed{
position: relative;
}
.thumbnailFix:hover{
background-color: transparent;
}
.thumbnailFix span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnailFix span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
}
.thumbnailFix:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: 585px; /*position where enlarged image should offset horizontally */
}


