@charset "UTF-8";
/* CSS Document */

.instagram {
	overflow: hidden;
	width: 500px;
	margin: 0 auto;
}

.instagram-placeholder {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 65px;
	width: 65px;
	border:solid #333 3px;
	border-radius: 4px;
}
.instagram-placeholder a img { height: 65px; width: 65px; }