/* CSS Document */

#pic {
	background-color: #FFFFFF;
	left: 10px;
	top: 10px;
	width: 100px;
	height: 133px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	display: block;
	height: 133px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 100px;
	border: 1px solid #000000;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	display: block;
	height: 427px;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 320px;
	border: 1px solid #000000;
}


/******************/



#picW {
	background-color: #FFFFFF;
	left: 10px;
	top: 10px;
	width: 100px;
	height: 65px;
}

#picW a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#picW a img {
	border: 0;
}

#picW a.p1, #picW a.p1:visited {
	background: #FFFFFF;
	display: block;
	height: 65px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 100px;
	border: 1px solid #000000;
}

#picW a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#picW a.p1:hover .large {
	display: block;
	height: 208px;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 320px;
	border: 1px solid #000000;
}


