/* CSS Document */
body {
   text-align:center; 
   font-family: tahoma; arial, sans-serif; 
   font-size:76%; 
   letter-spacing:0.05em;
   }

#container {
    position:relative; 
    width:640px; 
    height:406px; 
    margin:10px auto 0 auto;
	background-image:url(images/home.jpg) no-repeat; 
    }
	
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
#container a.gallery span {
    position:absolute; 
    width:5px; 
    height:1px; 
    top:0px; 
    left:45px; 
    overflow:hidden; 
    background:url(images/home.jpg) no-repeat; 
    }
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
	
#container a.slidea {
	float:left;
	margin-top:360px;
    background:url(images/WAbbey_ico.jpg) no-repeat; 
    height:93px; 
    width:125px;
    }
#container a.slideb {
	float:left;
	margin-top:360px;
    background:url(1000_rgl.jpg) no-repeat; 
    height:93px; 
    width:125px;
    }
#container a.slidec {
	float:left;
	margin-top:360px;
    background:url(1000_rgl.jpg) no-repeat; 
    height:93px; 
    width:125px;
    }

/* 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:left;
    }
/* change the thumbnail border color */
/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:460px; 
    height:322px; 
    top:10px;  
    color:#000; 
    background:#fff;
    }
#container a.gallery:hover img {
    
    float:left; 
    margin-right:5px;
    }
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }
#container {
background-image:url(images/home.jpg);
background-repeat:no-repeat;
    }
	
#photogallery{
height:550px;
padding-left:20px;
}

#SMphotogallery{
float:left;
width:310px;
height:360px;
margin-top:350px;
margin-left:10px;
padding-left:10px;
text-align:left;
}

#copyright{
background-color:#FFFFFF;
color:#000000;
margin-top:10px;
height:30px;
padding-left:18px;
}
