
/* choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:justify;
   font-family: verdana; arial, sans-serif;
   font-size:100%;
   letter-spacing:0.05em;
   }
/* The containing box for the gallery. */
#container {
    position:relative;
    width:810px;
    height:630px;
    margin:15px auto 0 auto;
    border:1px solid #fff;
    padding:15px;
    }
/* 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;
    text-align:justify;padding-right:10px;
    }
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#000;
    text-decoration:none;
    border:1px solid #aaa;
    margin:1px 2px 1px 2px;
    text-align:justify;
    cursor:default;
    }
#container a.slidea {
    background:url(images/penisoverviewmin.jpg);
    height:228px;
    width:200px;
    }
#container a.slideb {
    background:url(pics/hisaronu4min.jpg);
    height:60px;
    width:80px;
    }
#container a.slidec {
    background:url(images/prostatemin.jpg);
    height:155px;
    width:200px;}

#container a.slided {
     background:url(pics/hisaronu7min.jpg);
    height:60px;
    width:65px;
    }
 #container a.slidee {
    background:url(images/androgenicmin.jpg);
    height:218px;
    width:200px;
    }
#container a.slidef {
    background:url(pics/hisaronu10min.jpg);
    height:60px;
    width:80px;
    }
#container a.slideg {
    background:url(images/blankt46.gif);
    height:155px;
    width:200px
    }
#container a.slideh {
    background:url(pics/blankt.gif);
    height:60px;
    width:80px;
    }
#container a.slidei {
    background:url(../images/p9_t.jpg);
    height:93px;
    width:60px;
    }
#container a.slidej {
    background:url(../images/p10_t.jpg);
    height:93px;
    width:60px;
    }
#container a.slidek {
    background:url(../images/p11_t.jpg);
    height:60px;
    width:93px;
    }
#container a.slidel {
    background:url(../images/p12_t.jpg);
    height:60px;
    width:93px;
    }
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:200px;
    height:610px;
    border:1px solid #fff; 
   }
#container li {
    float:right;
    }
/* move the thumbnails into the correct position */
#container ul {
    margin:5px;padding:10px;
    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:810px;
    height:650px;
    top:10px;
    left:15px;
    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.slidef:hover img {
    float:right;
    }
#container {
    background:#fff url(pics/back.jpg) 25px 10px no-repeat;
    }
