
/* CENTER IMAGE  */
#container {
	background:url(port-pictures/p1.jpg) 75px 10px no-repeat;
    }
	
/* THUMBNAIL IMAGES ----------------- */
	
#container a.slidea {
    background:url(port-pictures/t-p1.jpg); 
    height:60px; 
    width:82px;
    }
#container a.slideb {
    background:url(port-pictures/t-p2.jpg); 
    height:60px; 
    width:82px;
    }
#container a.slidec {
    background:url(port-pictures/t-p3.jpg); 
    height:60px; 
    width:82px;
    }
#container a.slided {
    background:url(port-pictures/t-p4.jpg); 
    height:60px; 
    width:41px;
    }



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