/* TRIAL2.CSS for trial pt 2 photos; choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:center; 
   font-family:verdana; arial, sans-serif;
   color:white;
   font-size:13px;
   font-weight:bold;
   letter-spacing:0.05em;
   background-color:#74685a; 
   }
   
		
/*The container for the bottom text*/
#container2 {
    position:relative; 
    width:550px; 
    height:50px; 
    margin:20px auto 0 auto; 
    background-color:#74685a;  
    }
	
	#container2 a:hover {
    color:white;
    }


   
   
   /* The containing box for the gallery. */
#container {
    position:relative; 
    width:770px; 
    height:530px; 
    margin:20px auto 0 auto; 
    border:1px solid #aaa;
	background-color:#74685a;  
    background:#74685a url(images/0601.28.47.crop.SM.jpg) 75px 10px no-repeat;
    }
	
	/* 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.trial span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
	color:white;
    }
	
	
	/* Adding the thumbnail images */
#container a.trial, #container a.trial:visited {
    display:block; 
    color:#white; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:center;
    cursor:default;
    }
#container a.slidea {
    background:url(images/0601.28.06.TN.jpg);
    height:108px; 
    width:108px;
    }
#container a.slideb {
    background:url(images/0601.28.140.TN.jpg);
    height:108px; 
    width:108px;
    }
#container a.slidec {
    background:url(images/0601.28.42.TN.jpg);
    height:108px; 
    width:108px;
    }
#container a.slided {
    background:url(images/0601.28.40.TN.jpg);
    height:108px; 
    width:108px;
    }

    #container a.slidee {
    background:url(images/0601.28.45.TN.jpg);
    height:108px; 
    width:108px;
    }
	
#container a.slidef {
    background:url(images/0601.28.47.TN.jpg);
    height:108px; 
    width:108px;
    }

#container a.slideg {
    background:url(images/0601.28.138.TN.jpg);
    height:108px; 
    width:108px;
    }
#container a.slideh {
    background:url(images/0601.28.135.TN.jpg);
    height:108px; 
    width:108px;
    }

	/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:228px; 
    height:438px;
    }
#container li {
    float:left;
    }
	
	/* move the thumbnails into the correct position */
#container ul {
    margin:5px; 
    float:right;
    }
	
	/* change the thumbnail border color */
#container a.trial:hover {
    border:1px solid #fff; 
    }
	
	/* styling the :hover span */
#container a.trial:hover span {
    position:absolute; 
    width:420px; 
    height:515px; 
    top:10px; 
    left:50px; 
    color:#fff; 
    background:#fff;
	background-color:#74685a; 
    }
	
	
	
