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

#picture2 {
	width: 139px;
	height: 120px;
	background-color:#EEE;
	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #EEE;
}
#picture2 a.small2, #picture2 a.small2: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;
}
#picture2 a img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-color: #EEE;
}
#picture2 a.small2:hover {
	text-decoration:none;
	
}
#picture2 a .large2 {
	display:block;
	position:absolute;
	width:0;
	height:0;
	top:35px;
	left:300px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 35px;
}
#picture2 a.small2:hover .large2 {
	display:block;
	top: 800px;
	width:auto;
	height:400px;
}