/********************************************/
/*****    css photo gallery template    *****/
/*****  http://www.tankedup-imaging.com *****/
/*****            20/08/2006            *****/
/********************************************/

/* ---------- gallery container ---------- */
.gallery {
position:relative;
width:183px;/*624*/
height:350px;/*472*/
margin:1em auto;

}

/* ---------- opacity ---------- */

.gallery a img {opacity:0.9; filter:alpha(opacity=100); -moz-opacity:0.60; -khtml-opacity:0.6;}
.gallery a:visited img {opacity:0.8; filter:alpha(opacity=100); -moz-opacity:0.60; -khtml-opacity:0.6;}
.gallery a:hover img {opacity:0.9; filter:alpha(opacity=100); -moz-opacity:0.90; -khtml-opacity:0.9;}

/* ---------- thumbnail images ---------- */
.thumb, .no-thumb {
float:left;
width:180px;
height:22px;
margin:2px;
}
.thumb {
border:0px 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:180px;
height:90px;
top:-128px;
left:-8px;
}

/* ---------- preview image title block ---------- */
.thumb em {
position:relative;
/*width:183px
top:100px;
left:50px;*/


/*font:normal 12px/20px verdana;
text-align:center;
opacity:0.8;
filter:alpha(opacity=80);
-moz-opacity:0.80;
-khtml-opacity:0.8;*/
}
.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;
}
