
/**
  So the sample images are centered horizontally and there is a bit of space
  around them
*/
div#samples {
        padding-top:40px;
        padding-bottom:40px;
	text-align:center;
}


#samples img {
	border: 3px solid black;
}


div.samples {
/*        border: 1px solid black;  */

}

