/* 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;
   background-color: black;
   }
 
	a:link {
	color: gray;
	text-decoration	: none;
}

	a:visited {
	color: gray;
	text-decoration : none;
}

	a:hover {
	color: maroon;
	text-decoration : none;
} 
 
#photosby {
	color: white;
	text-align: right;
	margin-right: 20px;
}

#tog {
	color: white;
}
   
   
/* The containing box for the gallery. */
#container {
    position:relative; 
    width:920px; 
    height:560px; 
    margin:5px auto 0 auto; 
    background-color: black;
    background:black url(images/gallery/DANK9419.jpg) no-repeat;
    }
    
/* Removing the list bullets and indentation */
#container ul {
    background-color: black;
    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:0px; 
    left:0px; 
    overflow:hidden; 
    background:black;
    }
    
    
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    background-color: black;
    display:block; 
    color: white; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background:url(images/gallery/DANK0274_thumb.jpg); 
    height:83px; 
    width:125px;
    }
#container a.slideb {
    background:url(images/gallery/DANK0239_thumb.jpg); 
    height:83px; 
    width:125px;
    }
#container a.slidec {
    background:url(images/gallery/P7261052_thumb.jpg); 
    height:98px; 
    width:125px;
    }
#container a.slided {
    background:url(images/gallery/P7261174_thumb.jpg); 
    height:100px; 
    width:125px;
    }
* html #container a.slided {
    width:91px; 
    w\idth:93px;
    }
#container a.slidee {
    background:url(images/gallery/DABJEN_thumb.jpg); 
    height:100px; 
    width:110px;
    }
#container a.slidef {
    background:url(images/gallery/P7260713_thumb.jpg); 
    height:100px; 
    width:78px;

    }
* html #container a.slidef {
    width:91px; 
    w\idth:93px;
    }
#container a.slideg {

    background:url(images/gallery/DANK9418_thumb.jpg); 
    height:100px; 
    width:67px;

    } 
#container a.slideh {

    background:url(images/gallery/pic2_thumb.jpg); 
    height:100px; 
    width:75px;

    }
#container a.slidei {
        background:url(images/gallery/pic1_thumb.jpg); 
    height:100px; 
    width:100px;
    }
#container a.slidej {
    background:url(images/gallery/DANK9419_thumb.jpg); 
    height:100px; 
    width:80px;
    }
#container a.slidek {
    background:url(images/gallery/DANK0248_thumb.jpg); 
    height:83px; 
    width:55px;

    }
* html #container a.slidek {
    width:91px; 
    w\idth:93px;
    }
 #container a.slidel {
    background:url(images/gallery/DANK0255_thumb.jpg); 
    height:83px; 
    width:125px;
    }
    
    
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:300px; 
    height:550px;
    }
#container li {
    float:left;
    }
    
    
/* move the thumbnails into the correct position */
#container ul {
    margin:2px; 
    float:right;
    }
    
    
/* 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:500px; 
    height:540px; 
    top:0px; 
    left:0px; 
    color: black; 
    background:black;
    }
    
container a.gallery:hover img {
    border:1px solid #000; 
    float:left; 
    margin-right:5px;
    }

    
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }
    
    
    /* Menu Hover links */

#hover_home {
  display: block;
  width: 151px;
  height: 34px;
  background: url("images/interface/home.jpg") no-repeat 0 0;

}

#hover_home:hover { 
  background-position: 0 -34px;
}
   
#hover_home span
{
  display: none;
}



#hover_gallery {
  display: block;
  width: 200px;
  height: 34px;
  background: url("images/interface/gallery.jpg") no-repeat 0 0;

}

#hover_gallery:hover { 
  background-position: 0 -34px;
}
   
#hover_gallery span
{
  display: none;
}




#hover_projects {
  display: block;
  width: 151px;
  height: 34px;
  background: url("images/interface/projects.jpg") no-repeat 0 0;

}

#hover_projects:hover { 
  background-position: 0 -34px;
}
   
#hover_projects span
{
  display: none;
}


#hover_credits {
  display: block;
  width: 151px;
  height: 34px;
  background: url("images/interface/credits.jpg") no-repeat 0 0;

}

#hover_credits:hover { 
  background-position: 0 -34px;
}
   
#hover_credits span
{
  display: none;
}


#hover_showreel {
  display: block;
  width: 151px;
  height: 34px;
  background: url("images/interface/showreel.jpg") no-repeat 0 0;

}

#hover_showreel:hover { 
  background-position: 0 -34px;
}
   
#hover_showreel span
{
  display: none;
}

#hover_contact {
  display: block;
  width: 151px;
  height: 34px;
  background: url("images/interface/contact.jpg") no-repeat 0 0;

}

#hover_contact:hover { 
  background-position: 0 -34px;
}
   
#hover_contact span
{
  display: none;
}


 
 
/* End Menu Hover links */  
