@charset "UTF-8";
.insta_img li {
	text-align: center;
	width: 280px;
	display: inline-block;
	margin: 0 16px 20px 0;
}
.insta_img {
	width: 600px;
}
.insta_right {
	margin: 0 20px 0 0;
}
a img {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover  img{
  opacity: .7;
}

.text_center{
	text-align: center;
}
