/* CSS Document */

#pic {
	position: relative;
	float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 2px;
    clear:both;
}

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

#pic a img {
	border: 0;
	clear:both;
}

#pic a.p1, #pic a.p1:visited {
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 100px;
	clear:both;
}

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

#pic a.p1:hover .large {
	display: block;
	height: 300px;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 290px;
	clear:both;
}
