/* Popin content */
#popin {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#popinbackground {
	background-color: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
}
#popincontent {
	background-color: #FFFFFF;
	position: absolute;
	text-align: center;
	padding: 10px;
	border: 2px solid #33318e;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.close {
	text-align: right;
	padding-bottom: 4px;
}
a img {
	border: 0;
}
#popinpicture {
	border: 1px solid #33318e;
}
