﻿﻿﻿/* choose a suitable font and center the #container div in Internet Explorer */ 
	body { 
	   text-align:center; 
	   font-family: canadra, calibri, constantina, arial, sans-serif; 
	   font-size:110%;
	   background:#fff;
    	 
	  }


	

#nav	{
	position: center;
        text-align:center;
        font-size: 100%;
	word-spacing:2px;	}
	

/* The containing box for the gallery. */
#container {
    position:relative;
    width:885px;
    height:520px;
    margin:10px auto 0 auto;
    border:1px solid #000;
    }


/* 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:5px;
    left:5px;
    overflow:hidden;
    background:#fff;
    }

/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#fff;
    text-decoration:none;
    border:1px solid #cccccc;
    margin:6px 7px 6px 7px;
    text-align:right;
    cursor:default;
    }

#container a.slidea {
    background:url(../images/flaret.jpg);
    height:25px;
    width:60px;
    }

#container a.slideb {
    background:url(../images/beforenaftert.jpg);
    height:25px;
    width:60px;
    }
#container a.slidec {
    background:url(../images/dresst.jpg);
    height:25px;
    width:60px;
    }
#container a.slided {
    background:url(../images/makeupt.jpg);
    height:25px;
    width:60px;
    }
#container a.slidee {
    background:url(../images/flurryt.jpg);
    height:25px;
    width:60px;  
    }
#container a.slidef {
    background:url(../images/bouquett.jpg);
    height:25px;
    width:60px;
    }
#container a.slideg {
    background:url(../images/altart.jpg);
    height:25px;
    width:60px;
    }
#container a.slideh {
    background:url(../images/kisst.jpg);
    height:25px;
    width:60px;
    }
#container a.slidei {
    background:url(../images/rosest.jpg);
    height:25px;
    width:60px;
    }
#container a.slidej {
    background:url(../images/guestbookt.jpg);
    height:25px;
    width:60px;
    }
#container a.slidek {
    background:url(../images/shoresmilet.jpg);
    height:25px;
    width:60px;
    }
#container a.slidel {
    background:url(../images/spotlightt.jpg);
    height:25px;
    width:60px;
    }
#container a.slidem {
    background:url(../images/exitt.jpg);
    height:25px;
    width:60px;
    }



/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:80px;
    height:520px;
    }
#container li {
    float:left;
    }

/* move the thumbnails into the correct position */
#container ul {
    margin:10px;
    float: left;
    }

/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #000;
    }

/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute;
    width:760px;
    height:500px;
    top:10px;
    left:100px;
    color:#fff;
    background:#fff;
    }

#container a.gallery:hover img {
      float:left;
    margin-right:5px;
    }
    

    
    	a:link {color: black; text-decoration: none;}
	a:visited {color: black; text-decoration: none;}
	a:focus {color: black; text-decoration: none;}
	a:hover {color: gray; text-decoration: none;}
	a:active {color: black; text-decoration: none;} 
