/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* from homepage */
#image_wrap {
	/* dimensions */
	width:440px;
	/* centered */
	text-align:center;
	/* some "skinning" */
	background-color:#FFF;
	border:2px none #fff;
/*	outline:1px solid #ddd;*/
	-moz-ouline-radius:4px;
	height: 280px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
}
