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

/* ---------- gallery container ---------- */
.gallery {
position:relative;
width:auto;
height:auto;
margin:1em auto;
border:thin;
border-color:#FF0000;
float:left;
left:2px;
}

/* ---------- opacity ---------- */
.gallery a img {opacity:0.99; filter:alpha(opacity=99); -moz-opacity:0.99; -khtml-opacity:0.99;}
.gallery a:visited img {opacity:0.99; filter:alpha(opacity=99); -moz-opacity:0.99; -khtml-opacity:0.99;}
.gallery a:hover img {opacity:0.66; filter:alpha(opacity=66); -moz-opacity:0.66; -khtml-opacity:0.66;}
.gallery a:hover span img {opacity:0.99; filter:alpha(opacity=99); -moz-opacity:0.99; -khtml-opacity:0.99; border:thick; border-color:#000000;}

/* ---------- thumbnail images ---------- */
.thumb, .no-thumb {
float:left;
/* width:149px;
height:112px; */
width:150px;
height:100px;
margin:2px;
}
.thumb {
border:1px solid #000;
}
.no-thumb {
border:1px solid #fff;
}
.thumb a img {display:block; width:auto; height:auto;}
.thumb a span {display:none;}
.thumb a span img{display:block; width:412px; height:298px;border-color:#000000;border:thick;}
.thumb a:hover, .thumb a:active, .thumb a:focus {background:transparent;}

/* ---------- preview image ---------- */
.gallery a:hover span {
display:block;
position:absolute;
width:412px;
height:298px;
top:-350px;
left:15%;
right:;
z-index: 2;
}

/* ---------- preview image title block ---------- */
.thumb em {
position:absolute;
width:412px;
top:297px;
left:0px;
-moz-border-radius:12px;
background:#4f1012;
color:#fc0;
font:normal 12px/20px verdana;
text-align:center;
text-indent:5px;
opacity:1.0;
filter:alpha(opacity=100);
-moz-opacity:1.00;
-khtml-opacity:1.00;
}
.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;
}
#aucinfo {
	position:absolute;
	width:412px;
	height:298px;
	top:15px;
	left:369px;
	padding: 0px;
	text-align: center;
	z-index: 0;
	border-color: #000000;
	border-width:medium;
}
