@charset "utf-8";
/* CSS Document */

#picture {
	width: 139px;
	height: 120px;
	background-color:#D3D3D3;
	border-top-color: #D3D3D3;
	border-right-color: #D3D3D3;
	border-bottom-color: #D3D3D3;
	border-left-color: #D3D3D3;
}
#picture a.small, #picture a.small:visited {
	display:block;
	width:140px;
	height:120px;
	text-decoration:none;
	top:0;
	left:0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 10;
}
#picture a img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-color: #D3D3D3;
}
#picture a.small:hover {
	text-decoration:none;
}
#picture a .large {
	display:block;
	position:absolute;
	width:0;
	height:0;
	top:35px;
	left:200px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-color: #D3D3D3;
	border-right-color: #D3D3D3;
	border-bottom-color: #D3D3D3;
	border-left-color: #D3D3D3;
	margin-top: 35px;
}
#picture a.small:hover .large {
	display:block;
	top: 800px;
	width:auto;
	height:400px;
}
#picture a.small:hover .large2 {
	display:block;
	top: 800px;
	width:auto;
	height:400px;
}

