/*
    //?===============  BORDERS ===========
    http://www.webdesignerwall.com/demo/decorative-gallery/decorative-gallery-index-jquery.html#
$(document).ready(function(){
						   
	//prepend span tag
	$(".photo a").prepend("<span></span>");
								  
});*/
/*
    //?===============  LIGHTBOX ===========
    http://www.pirolab.it/pirobox/black.html
*/
.photo {
	margin: 30px;
	position: relative;
	width: 180px;
	height: 130px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
}
.photo a {
	text-decoration: none;
}

.pic1 span {
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	left: 50px;
	background: url(../img/galerie/tape.png) no-repeat;
}
.pic2 span {
	width: 216px;
	height: 166px;
	display: block;
	position: absolute;
	top: -17px;
	left: -18px;
	background: url(../img/galerie/gold-frame.png) no-repeat;
}
.pic3 span {
	width: 181px;
	height: 134px;
	display: block;
	position: absolute;
	top: -6px;
	left: -6px;
	background: url(../img/galerie/brush-border.png) no-repeat;
}
.pic3 img {
	border: none;
	padding: 0;
}


.pic4 span {
	width: 186px;
	height: 137px;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	background: url(../img/galerie/watercolor-top.png) no-repeat;
}
.pic4 img {
	border: none;
	padding: 9px 12px 12px 11px;
	background: url(../img/galerie/watercolor-bg.png) no-repeat;
}

