#wrapper {
	/*width: 840px !important;*/
}
#gallery {
	/*border: 1px solid red;*/
	/*width: 840px;*/
	width: 640px;
	margin: 0 auto;
}
.row {
	/*border: 1px solid red;*/
	overflow: visible;
	zoom: 1;
	margin: 0 auto;
	height: 130px;
}
#gallery a {
	float: left;
	/*padding: 14px 0 0 14px;*/	
	position: relative;
	width: 150px;
	height: 120px;
	/*margin: 5px;*/
	margin: 5px 10px 5px 0;
	display: inline-block;
	/*border: 1px solid blue;*/
}
#gallery a span {
	width: 150px;
	height: 120px;
	display: block;
	position: absolute; left: 0; top: 0; z-index: 20;
	background: url(img/borders/border1.png) left top no-repeat;
}
#gallery a img {
	position: absolute;
	z-index: 10;
	vertical-align: top;
	border: none;
}
#gallery.border2 a{
	/*padding: 28px;*/
}
#gallery.border2 a span {
	background: url(img/borders/border2.png) left top no-repeat;
}
#gallery.border3 a span {
	background: url(img/borders/border3.png) left top no-repeat;
}
