/* image labels css */

      /********** the important stuff **********/
      a.photo {
        _border:none; /*winIE hack?*/
        position:relative;
        text-decoration:none;
        float:left;
      }
      a.photo:hover {
        border-color:#e33131;
      }
      a.photo img {
        border:none;
        _border:none;
        padding:0px;
      }
      a[class~=photo] img {
        float:left;
      }
      a[class~=photo]:hover img {
        border-color:#e33131;
      }
      a.photo span {
        padding:2px 10px 2px 10px; /*top right bot left padding:.2em .5em .2em .5em; IE7 */
        _padding:20px;/*_padding:.1em .5em 0 .2em;*/
		font-family:Trebuchet MS,Georgia,Arial,sans-serif;;
        font-size:16px;
        color:white;
        background:black;
        position:absolute;
        cursor:pointer;
        left:-10000px; /*to hide*/
        bottom:0;
      }
      a.photo:hover span {
        background:black;
        left:0;
      }