#illustrations a.img {
	display: block;
	width: auto;
	margin-bottom: 5em;
		
	-moz-box-shadow: 0 4px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.5);
	box-shadow: 0 4px 10px rgba(0,0,0,0.5);

}

#illustrations img {
	display: block;
	width: 100%;
	max-width: 500px;
	border: 0;
}

#illustrations .col1 {
	float: left;
	width: 45%;
}
#illustrations .col2 {
	float: right;
	width: 45%;
}