/*
Style Name: Gallery
Description: Gallery style by czombos
Version: 1.0
Author: Sitemakers Kft.
Author URI: http://www.sitemakers.hu/
*/



/* Begin Gallery */
.gallery {
	text-align:center;
	width:100%;
}
.thumb {
	display:inline;
	zoom:1;
}
.thumbInner {
	display:inline-block;
	vertical-align:top;
	margin:5px 0;
}
.thumbMiddle {
	display:table-cell;
	vertical-align: middle;
	width:140px;
	height:120px;
	line-height:120px;
}
.thumb img {
	box-shadow: 0px 0px 3px #666;
	-moz-box-shadow: 0px 0px 3px #666;
	border:1px solid #FFF;
}
*html .thumbMiddle {
	display:block;
}
*+html .thumbMiddle {
	display:block;
}
/* End Gallery */

