/* image labels  overlays */

a.photo{
/*_border:none; old IE6 hack?*/
position:relative;
text-decoration:none;
float:left;
}
a.photo:hover{
border-color:#e33131;
}
a.photo img{
border:none;
/* _border:none; old IE 6 hack */
padding:0px;
}
a[class~=photo] img{
float:left;
}
a[class~=photo]:hover img{
border-color:#e33131;
}
a.photo span{
padding:2px 10px 2px 10px;
/* _padding:20px; old hack IE6? */
font-family:Trebuchet MS,Georgia,Arial,sans-serif;;
font-size:16px;
color:#FFFFFF;
background-color:#000000;
position:absolute;
cursor:pointer;
left:-10000px; /*to hide*/
bottom:0;
}
a.photo:hover span{
left:0;
}
