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

/* for image popup*/

#pic {
	background-color: #FFFFFF;
	left: 0px;
	position: relative;
	top: 10px;
	width: 133px;
	float:left;
}

#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;
	border: 5px solid #CCC;
	display: block;
	width: 100px;
	height: 76px;
	left: 0;
	text-decoration: none;
	top: 0;
}


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

#pic a.p1:hover .large {
	border: 10px solid #CCC;
	display: block;
	height: 400px;
	width: 496px;
	left: 130px;
	position: absolute;
	top: 0px;
}


#picR {
	background-color: #FFFFFF;
	right: 0px;
	position: relative;
	top: 10px;
	width: 100px;
	float:right;
	margin-left:20px;
}

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

#picR a img {
	border: 0;
}

#picR a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 5px solid #CCC;
	display: block;
	width: 100px;
	height: 76px;
	left: 0;
	text-decoration: none;
	top: 0;
}
#picR a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}
#picR a.p1:hover .large {
	border: 10px solid #CCC;
	display: block;
	height: 377px;
	width: 496px;
	left: -533px;
	position: absolute;
	top: 0px;
}


#picL {
	background-color: #FFFFFF;
	right: 0px;
	position: relative;
	top: 10px;
	width: 400px;

	margin-left:120px;
}

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

#picL a img {
	border: 0;
}

#picL a.p1, #picL a.p1:visited {
	background: #FFFFFF;
	display: block;
	width: 450px;
	text-decoration: none;
	top: 0;
}
#picL a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}
#picL a.p1:hover .large {
	border: 10px solid #CCC;
	display: block;
	height: 377px;
	width: 496px;
	left: -10px;
	position: absolute;
	top: -417px;
}
