div.gallerySection {
	width:100%;
	zoom:1;	
}
div.gallerySection a.icon, div.gallerySection a.icon:visited {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:10px;
	width:200px;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
	outline:none;
	color: black;
	padding-bottom: 5px;
}
div.gallerySection a:hover{
	opacity:1;
}

div.gallerySection a{
	display:block;
	border:1px solid #222222;
	margin-left: 50px;
	box-shadow:2px 5px 12px 5px rgba(0,0,0,0.8);
	border-radius:7px;
	background: white;
}

.gallerySection a:hover img {
	transform: scale(1.2);
	transition: all 1s ease;
}

div.gallerySection a img {
	transition: all 1s ease;
}

/* Asset name styling */
div.gallerySection a:visited, div.gallerySection a {
}