.wrapper {
  max-width: 740px;
  margin: 0 auto;
}

a:hover {
	color: #0F0;
}


.image-row {
  *zoom: 1;
  margin-bottom: 20px;
}

.image-row:after {
  content: "";
  display: table;
  clear: both;
}

.example-image-link {
	text-decoration: none;
/*	display: inline-block;
	margin: 0 10px 20px 10px;
	line-height: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 10px;
	border: 15px solid #cc6600;
*/	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#example-link a:hover {
	color: #0F0;
}


#example-link a {
	float: left;
	width: 25px;
	background-image: url(page.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 25px;
	} -->
