


a img.example_group, img.example_group 			{ border: none;  margin: 10px;}

a img.example_group:hover, img.example_group:hover			{width:100px; height:100px; -webkit-box-shadow: 0px 0px 30px rgba(100,100,100, 0.9); 
-moz-box-shadow:0px 0px 30px rgba(100,100,100, 0.9);
box-shadow: 0px 0px 30px rgba(100,100,100, 0.9);
 }

.photo-link			{ padding:0px; margin: 5px; display: block; width: 100px;
					  float: left; }
.photo-link:hover	{ -webkit-box-shadow: 0px 0px 30px rgba(255,0,0, 0.8); }