
/* The containing box for the gallery. */
#images {
position:relative; 
width:450px; 
height:500px; 
margin:20px auto 0 auto; 
background:#fff url("images/gallery/firstimage1.jpg")0 180px no-repeat;
}

#images ul {
padding:0; 
margin:0; 
list-style-type:none;
}  

#images li {
float: left;
}  


#images a.gallery span {
position:absolute; 
width:1px; 
height:1px; 
top:5px; 
left:5px; 
overflow:hidden; 
background:#fff;
}

/* Adding the thumbnail images */
#images a.gallery, #images a.gallery:visited {
display:block; 
color:#000; 
text-decoration:none; 
border-style: solid;
border-width: 1px 2px 2px 1px;
border-color: #7a90b7; 
margin:4px 2px 4px 2px; 
text-align:left; 
cursor:default;
}
#images a.slidea {
background:url(images/gallery/map_sm.jpg); 
height:66px; 
width:80px;
}
#images a.slideb {
background:url(images/gallery/volcanicsteam_sm.jpg); 
height:66px; 
width:80px;
}
#images a.slidec {
background:url(images/gallery/badskinday_sm.jpg); 
height:66px; 
width:80px;
}
#images a.slided {
background:url(images/gallery/blindbay_sm.jpg); 
height:66px; 
width:80px;
}

#images a.slidee {
background:url(images/gallery/arch_sm.jpg); 
height:66px; 
width:80px;
}

#images a.slidef {
background:url(images/gallery/img_280_sm.jpg); 
height:66px; 
width:80px;
}

#images a.slideg {
background:url(images/gallery/img_0493_sm.jpg); 
height:66px; 
width:80px;
}

#images a.slideh {
background:url(images/gallery/img_0757_sm.jpg); 
height:66px; 
width:80px;
}

#images a.slidei {
background:url(images/gallery/oakumboy_sm.jpg); 
height:66px; 
width:80px;
}

#images a.slidej {
background:url(images/gallery/adelaid_sm.jpg); 
height:66px; 
width:80px;
}

#images a.gallery:hover {
border-style: solid;
border-width: 2px 1px 1px 2px;
border-color: #efaf94;

}

#images a.gallery:hover span {
position:absolute; 
width:453px; 
height:429px; 
top:160px; 
left:0px; 
color:#036; background:transparent;
font-size: 85%;
font-weight: bold;}

#images img { border: 1px solid #3F65A4; }


#images img.title { /*this is for IE to display image */
border: none;
position: relative;
z-index: -1;
top: 30px;
left: 10px; 
}

