/* gallery Code start. */
/* The containing box for the gallery. */
#container {
    position:relative;
    width:690px;
    height:410px;
    margin:20px auto 0 auto;
    border:1px solid #ffccff;
    }

/* 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:#ffffff;
    }

	/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#ffffff;
    text-decoration:none;
    border:1px solid #ff33ff;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }

	#container a.slide1 {
    background:url(images/eve/tbpinktb.jpg);
    height:130px;
    width:80px;
    }
	
	#container a.slide2 {
    background:url(images/eve/pmtafftb.jpg);
    height:130px;
    width:80px;
    }
  
  	#container a.slide3 {
    background:url(images/eve/pipinktb.jpg);
    height:130px;
    width:80px;
    }
  
	#container a.slide4 {
    background:url(images/eve/pibluetb.jpg);
    height:130px;
    width:80px;
    }

    #container a.slide5 {
    background:url(images/eve/tbgreentb.jpg);
    height:130px;
    width:80px;
    }
    
	#container a.slide6{
    background:url(images/eve/pipinkprinttb.jpg);
    height:130px;
    width:80px;   
    }

	 #container a.slide7 {
    background:url(images/eve/tborganzatb.jpg);
    height:130px;
    width:80px;
    }
	
    #container a.slide8 {
    background:url(images/eve/tbsilvertb.jpg);
    height:130px;
    width:80px;
    }
   
    #container a.slide9 {
    background:url(images/eve/printyellowtb.jpg);
    height:130px;
    width:80px;
    }

	#container a.slide10 {
    background:url(images/eve/pisilvertb.jpg);
    height:130px;
    width:80px;
    }    
	
	#container a.slide11 {
    background:url(images/eve/gcbrightredtb.jpg);
    height:130px;
    width:80px;
    }
	
	#container a.slide12 {
    background:url(images/eve/tbsagetb.jpg);
    height:130px;
    width:80px;
    }
	
	/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:400px;
    height:300px;
    }
#container li {
    float:left;
    }

	/* 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:270px;
    height:400px;
    top:5px;
    left:380px;
    color:#000;
    background:#fff;
    }
	
	#container a.gallery:hover img {
    border:1px solid #fff;
    float:left;
    margin-right:5px;
    }

#container {
    background:#ffccff url(images/eve/background.jpg) 75px 10px repeat;
	 float:center;
    }

	/* gallery Code End. */
