/* CSS Document */

#pic {
	position: relative;
	border:#EDE6D6;
	border: 0px;
	text-decoration: none;
	cursor: default;
}

#pic a .large {
    border: 0px;
    height: 1px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 1px;
	background-color: #EDE6D6;
	text-decoration: none;
	cursor: default;
}

#pic a img {
    border: 0;
	background-color: #EDE6D6;
	text-decoration: none;
	cursor: default;
}

#pic a.p1:hover {
    background-color: #EDE6D6;
    text-decoration: none;
	cursor: default;
}

