
/* ---------- gallery container ---------- */
.gallery {
position:relative;
width:900px;}

/* ---------- preview image ---------- */
.gallery a:hover span {
display:block;
position:absolute;
width:900px;
height:600px;
top:0px;
left:0px;

}

/* ---------- thumbnail images ---------- */
.thumb, .no-thumb {
float:left;
width:100px;
height:100px;
margin:2px;
}
.thumb a img {
display:block;}

.thumb a span {
display:none;}

/* ---------- no border on images ---------- */
a img {border:0;}

/* ---------- clear floats ---------- */
.clear {
height:0;
line-height:0px;
font-size:0;
clear:both;
}