/* CENTER IMAGE  */
#container {
	background:url(pictures/c1.jpg) 75px 10px no-repeat;
    }
	
	
	
/*  THUMBNAIL IMAGES ----------  */

#container a.slidea {
    background:url(pictures/t-c1.jpg); 
    height:60px; 
    width:82px;
    }
	
#container a.slideb {
    background:url(pictures/t-g1.jpg); 
    height:60px; 
    width:82px;
    }

	
#container a.slidec {
    background:url(pictures/t-g3.jpg); 
    height:60px; 
    width:39px;
    }
	
#container a.slided {
    background:url(pictures/t-g2.jpg); 
    height:60px; 
    width:82px;
    }
	
#container a.slidee {
    background:url(pictures/t-m3.jpg); 
    height:60px; 
    width:82px;
    }

#container a.slidef {
    background:url(pictures/t-m1.jpg); 
    height:60px; 
    width:82px;
    }
	


/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #CCD9A1; 
    }
