Forum Moderators: not2easy
/* ------underscore l refers to landscape orientation --------- */
.photo_l {
margin: 4px;
position: relative;
width: 145px;
height: 102px;
float: left;
font-weight:bold;
padding: 0px 0px 0px 0px;
z-index:2;
}
.photo_l img {
background: #fff;
border: solid 1px #ccc;
padding: 4px;
z-index: 5;
width: 100%;
height: 100%;
z-index: 4;
}
.photo_l a {
text-decoration: none;
}
.photo_l a:hover img {
border-color: #999;
}
.photo_l em {
width: 102px;
background: url("http://www.buggslife.com/galleries/images/bubble.gif") no-repeat;
padding: 3px 0px 0px 0px;
display: none;
position: absolute;
top: -15px;
left: 29px;
font-style: normal;
text-align: center;
text-transform: uppercase;
color: black;
z-index: 6;
}
.photo_l a {
text-decoration: none;
color: #000;
}
.photo_l a:hover em {
display: block;
}
/* begin gallery icons borders etc */
.white_rounded_l span {
width: 145px;
height: 102px;
position: absolute;
top: 5px;
left: 6px;
background: url("http://www.buggslife.com/galleries/round-corner_s.png") no-repeat;
z-index: 5;
}
.white_rounded_l img {
border: none;
padding: 5px 6px 6px;
background: url("http://www.buggslife.com/galleries/round-bg_s.gif") no-repeat;
z-index: 3;
}