a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
	font-size: 100%;
	padding: 0;
	background-color: transparent;
	margin: 0;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

a.gal {
	display: block;
	background-image: url(../images/magnifier.png);
	background-repeat: no-repeat;
	background-position: center center;
    height: 144px;
	width: 220px;
	border: 2px solid #fff;
}
a.gal img {
	width: 220px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	box-shadow: 0 0 0 #fff;
}
a.gal:hover img {
    opacity: 0.4;
}
img {
	vertical-align:top;
	text-align: center;
}
embed { 
	vertical-align:top;
}
