@charset "utf-8";
/* CSS Document */
#picture {
	width:25px;
	height: 59px;
	background-color:#0033FF;
}
#picture a.small, #picture a.small:visited {
	display:block;
	width:30px;
	height:75px;
	text-decoration:none;
	background:#ffffff;
	top:0;
	left:0;
	border:0;
}
#picture a img {border:0;}
#picture a.small:hover {
	text-decoration:none;
}
#picture a .large {
	display:block;
	position:absolute;
	width:0px;
	height:0px;
	border:0;
	top:447px;
	left:207px;
}
#picture a.small:hover .large {
	display:block;
	position:absolute;
	bottom: 90px;
	bottom:150px;
	width:750px;
	height:500px;
} 

