/**************November 2009**************//* -----------------------------------------------------------------------------  BEGINNING OF IMAGE POP-UP HANDLER for SERVICES page.  CREDIT: DYNAMIC DRIVE CSS LIBARARY-----------------------------------------------------------------------------*/.gallerycontainer{position: relative;/*Add a height attribute and set to largest image's height to prevent overlaying*/padding-left: 20px; /* moves the left edge of the thumbnails away from the side */}.thumbnail img{margin: 0px 9px 22px 0px;   /* original was 0 5 5 0 */}.thumbnail:hover{background-color: transparent;}.thumbnail:hover img{border: 0;}.thumbnail span{ /*CSS for enlarged image*/position: absolute;left: -1000px;visibility: hidden;color: #ededed;  /* pale grey text */text-decoration: none;font-size: 12px;font-style: bold;}.thumbnail span img{ /*CSS for enlarged image*/border-width: 0;padding: 2px;}.thumbnail:hover span{ /*CSS for enlarged image*/visibility: visible;top: 0;left: 395px; /*position where enlarged image should offset horizontally */z-index: 50;}/* -----------------------------------------------------------------------------  BEGINNING OF EUROKLEMP PARTS CATALOG HANDLER.  ----------------------------------------------------------------------------*/.eurocontainer{position: relative;/*Add a height attribute and set to largest image's height to prevent overlaying*/padding-left: 20px; /* moves the left edge of the thumbnails away from the side */}.eurocontainer img {border: 1px solid #ebebeb;margin: 0 5px 5px 0;}.eurocontainer a:link img,.eurocontainer a:visited img,.eurocontainer a:active img {border: 1px solid #ebebeb;}.eurocontainer a:hover img {border: 1px solid #eb6e16;}/* -----------------------------------------------------------------------------  BEGINNING OF MATERIALS CATALOG HANDLER.  ----------------------------------------------------------------------------*/.matcontainer{position: relative;padding-left: 20px; /* moves the left edge of the thumbnails away from the side */}.matcontainer img {margin: 0 5px 5px 0;}.matcontainer p {margin-right: 50px;}.matcontainer a:link img {border: 1px solid #ebebeb;} .matcontainer a:visited img {border: 1px solid #ebebeb;} .matcontainer a:active img {border: 1px solid #ebebeb;} .matcontainer a:hover img {border: 1px solid #eb6e16;}