#gallery {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative;
	z-index: 12;
}

#gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
	-webkit-transform: rotate(1deg);
  	-moz-transform: rotate(1deg);
	z-index: 11;
	margin: 0 0 0 50px;
	position: relative;
	-moz-box-shadow: 0 0 .5em black;
	-webkit-box-shadow: 0 0 .5em black;
}

#gallery img.lede {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
	-webkit-transform: rotate(-5deg);
  	-moz-transform: rotate(-5deg);
	z-index: 10;
	margin: 0 50px 0 0;
	position: relative;
	-moz-box-shadow: 0 0 .5em black;
	-webkit-box-shadow: 0 0 .5em black;
}

#gallery span {
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	left: 50px;
	background: url(../images/tape.png) no-repeat;
	-webkit-transform: rotate(10deg);
  	-moz-transform: rotate(10deg);
}

#gallery a {
	text-decoration: none;
}

#gallery.left {
margin-right: 20px;}

#gallery.right {
margin-left: 20px;
}

