
  div.nomargin{   /* our special nomargin class */
	    margin-right:0px;
	}

	.pic{   /* divs that hold all the pictures in the gallery */
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 3px 5px #CCCCCC;
    float: left;
    height: 140px;
    margin: 0 15px 15px 0;
    padding: 4px;
    vertical-align: top;
    width: 140px;
    overflow: hidden;

	}
	.pic:hover{
		-moz-box-shadow:0 3px 5px #444;
		-webkit-box-shadow:0 3px 5px #444;
		border-color:#888;
	}

	.pic a{ /* in every .pic container there is a hyperlink exactly the size of the container */
    display: table-cell;
    height: 140px;
    margin: 0;
    outline: medium none;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 140px;
	}
	
	.pic a img{
    width: 140px;
	}
