/* CSS Document */

/* choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:center;  
   letter-spacing:0.05em;
   }
   
 /* The containing box for the gallery. */
#container { 
    width:800px; 
    height:540px; 
    margin:0 auto 0 auto; 
    border:1px solid #aaa; 
	float: left;
    }

/* Removing the list bullets and indentation */
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }

/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:200px; 
    left:200px; 
    overflow:hidden; 
    background:#707a60;
    }

/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background:url(images/port1tn.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slideb {
    background:url(images/port2tn.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slidec {
    background:url(images/friendstn.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slided {
    background:url(images/hay_family_tn.jpg); 
    height:60px; 
    width:93px;
    }
	
#container a.slidee {
    background:url(images/muffietn.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slidef {
    background:url(images/jadyntn.jpg); 
    height:60px; 
    width:93px;
    }
* html #container a.slidef {
    width:91px; 
    w\idth:93px;
    }
#container a.slideg {
    background:url(images/threeringstn.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slideh {
    background:url(images/matteo1tn.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidei {
    background:url(images/matteo2tn.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidej {
    background:url(images/arc11tn.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidek {
    background:url(images/arc10tn.jpg); 
    height:60px; 
    width:93px;
    }
* html #container a.slidek {
    width:91px; 
    w\idth:93px;
    }
#container a.slidel {
    background:url(images/arc12tn.jpg); 
    height:93px; 
    width:60px;
    }

#container a.slidem {
    background:url(images/arc13tn.jpg); 
    height:60px; 
    width:93px;
    }
	
#container a.sliden {
    background:url(images/arc18tn.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slideo{
    background:url(images/arc14tn.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidep{
    background:url(images/arc15tn.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slideq{
    background:url(images/arc16tn.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slider{
    background:url(images/arc17tn.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slides{
    background:url(images/arc19tn.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidet{
    background:url(images/arc20tn.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slideu{
    background:url(images/arc21tn.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slidev{
    background:url(images/arc25tn.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slidew{
    background:url(images/arc22tn.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidex{
    background:url(images/arc23tn.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidey{
    background:url(images/arc24tn.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidez{
    background:url(images/arc26tn.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slideaa{
    background:url(images/arc29tn.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slideab{
    background:url(images/arc30tn.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slideac{
    background:url(images/arc27tn.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slidead{
    background:url(images/arc28tn.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slideae{
    background:url(images/arc31tn.jpg); 
    height:60px; 
    width:93px;
    }


/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px; 
    height:386px;
    }
#container li {
    float:left;
    }

/* move the thumbnails into the correct position */
#container ul {
    margin:5px; 
    float:right;
    }

/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff; 
    }

/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:510px; 
    height:450px; 
    top:150px; 
    left:11%; 
    color:#000; 
    background:#fff;
    }

#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }

#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }


#container {
    background:#fff url(images/commtext.jpg) 60px 60px no-repeat;
	}	
	
#container h5{
font-size: 75%;
margin: 0; 
padding: 0;
}

