/* CSS Document */
.blue {color: #002664;}
.bottom_border {
background-image:url(/JMC/radiology/images/grayline.gif);background-repeat:repeat-x;margin-left:10px;width: 90%;}

.thumbnail{position: relative;z-index: 0;text-decoration:none !important;}

.thumbnail:hover{background-color: transparent;z-index: 50;}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;background-color: #FFFFFF;padding: 5px;left:10px;
/* right: -1000px;*/border: 1px solid gray;visibility: hidden;color: black;text-decoration: none !important;width:300px;}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;padding: 2px;}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;top: 0px;right: -220px; /*position where enlarged image should offset horizontally */
/* text-decoration:none !important;*/}


