/********************************************/
/*****    css photo gallery template    *****/
/*****  http://www.tankedup-imaging.com *****/
/*****            20/2006            *****/
/********************************************/

/* ---------- gallery container ---------- */
.galleryNew {
position:relative;
width:328px;
height:auto;

}

/* ---------- opacity ---------- */
.galleryNew a img {/*opacity:0.6; filter:alpha(opacity=60); -moz-opacity:0.60; -khtml-opacity:0.6;*/}
.galleryNew a:visited img {/*opacity:0.6; filter:alpha(opacity=60); -moz-opacity:0.60; -khtml-opacity:0.6;*/}
.galleryNew a:hover img {/*opacity:0.9; filter:alpha(opacity=90); -moz-opacity:0.90; -khtml-opacity:0.9;*/}

/* ---------- thumbnail images ---------- */
.thumb {
width:83px;
height:83px;
margin: 10px 0 0 10px; border:#FFFFFF 4px solid; float:left;
}

.no-thumb {
/*float:left;*/
width:226px;
height:226px;
margin:0;
margin-left:auto; margin-right:auto;
}

.no-thumb img { width: 226px; height: auto;}


.no-thumb {
border:none;
}


.thumb img {display:block; width: 83px; height:83px}
.thumb a span {display:none;}
.thumb a:hover, .thumb a:active, .thumb a:focus {background:transparent;}

/* ---------- preview image ---------- */


.galleryNew  a:hover span{
display:block;
position:absolute;
width:328px;
height:234px;
top:0;
left:0;
}

.galleryNew span img {

width:226px;
height:auto;
margin-left:auto; margin-right:auto;
}



/* ---------- preview image title block ---------- */
.thumb em {
position:absolute;
width:200px;
top:196px;
left:50px;
-moz-border-radius:12px;
background:#ab5;
color:#036;
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;
}