/********************************************/
/*****    css photo gallery template    *****/
/*****  http://www.tankedup-imaging.com *****/
/*****            20/08/2006            *****/
/********************************************/
/* ---------- gallery container ---------- */
.gallery {
position:relative;
width:722px;
height:472px;
margin:1em auto;
}

/* ---------- thumbnail images ---------- */
.thumb {
float:left;
width:138px;
height:94px;
margin:2px;
display:inline
}
.no-thumb {
float:left;
width:140px;
height:96px;
margin:2px;
}
.thumb {
border:1px solid #000;
}
.no-thumb {
border:0px solid #fff;
}
.thumb a img {display:block;}
.thumb a span {display:none;}
.thumb a:hover, .thumb a:active, .thumb a:focus {background:transparent;}
/* ---------- preview image ---------- */
.gallery a:hover span {
display:block;
position:absolute;
width:427px;
height:296px;
top:102px;
left:146px;
}
/* ---------- preview image title block ---------- */
.thumb em {
position:absolute;
width:427px;
top:296px;
left:50px;
/*-moz-border-radius:12px;*/
background:#ab5;
color:#036;
font:normal 12px/20px verdana;
text-align:center;
}
.thumb a {
text-decoration:none;
}
/* ---------- no border on images ---------- */
a img {border:0;}
/* ---------- clear floats ---------- */
.clear {
height:0;
line-height:0px;
font-size:0;
clear:both;
}