@charset "utf-8";
/* CSS Document */

.postcard_img a {
	display:block;
	float:left;
	width:100px;
	height:100px;
	line-height:100px;
	overflow:hidden;
	position:relative;
	
	z-index:1;
	cursor:default;
}
.postcard_img a img {
	float:left;
	position:absolute;
	top:-20px;
	left:-50px;
}
.postcard_img a:hover {
	overflow:visible;
	z-index:1000;
	border:none;
}
.postcard_img input {
	position:relative;
}
