/* choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:center; 
   font-family: tahoma; arial, sans-serif; 
   font-size:76%; 
   letter-spacing:0.05em;
   }
#container {
    background:url(images/back.jpg) repeat;
    }

/* The containing box for the gallery. */
#container {
    position:relative; 
	width:770px; 
    height:396px; 
    margin:10px auto 0 auto; 
    border:1px solid #aaa; 
	}
#container h1 {
	text-align: left;
	padding-left: 510px;
	padding-right: 20px;
}
/* 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; 
	padding:1px;
	overflow:hidden; 
    }
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background:url(images/Alumnae/p1_t.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slideb {
    background:url(images/Alumnae/p2_t.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slidec {
    background:url(images/Alumnae/p3_t.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slided {
    background:url(images/Alumnae/p4_t.jpg); 
    height:60px; 
    width:93px;
    }
* html #container a.slided {
    width:91px; 
    w\idth:93px;
    }
#container a.slidee {
    background:url(images/Alumnae/p5_t.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slidef {
    background:url(images/Alumnae/p6_t.jpg); 
    height:60px; 
    width:93px;
    }
* html #container a.slidef {
    width:91px; 
    w\idth:93px;
    }
#container a.slideg {
    background:url(images/Alumnae/p7_t.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slideh {
    background:url(images/Alumnae/p8_t.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;
	padding-right:30px;
    }
/* 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:372px; 
    height:372px; 
    top:10px; 
    left:75px; 
    color:#000; 
    background:#fff;
	border:1px solid #aaa; 
    }
#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }
#back {
	position:relative; 
	width:800px; 
	height: 100px;
	text-align: left;
	margin:10px auto 0 auto; 
	}
#back h5 {
	font-size: 14px;
	padding-left: 600px;
	color: #454545;
	}


