@charset "utf-8";
/* CSS Document */
#picture {
	width:125px;
	height: 25px;
	background-color:#0033FF;
}
#picture a.small, #picture a.small:visited {
	display:block;
	width:30px;
	height:0px;
	text-decoration:none;
	background:#6699FF;
	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:260px;
	height:256px;
	border:0;
	top:318px;
	left:402px;
}
#picture a.small:hover .large {
	display:block;
	position:fixed;
	bottom: 90px;
	bottom:150px;
	width:250px;
	height:250px;
} 

