@charset "utf-8";
/* CSS Document */


#pg {
	background-image:url(QC_IMAGES/new_QC_images/gallery_back.jpg);
	background-repeat:no-repeat;
	width:670px;
	height:305px;
	border:1px solid #009d5b;
	padding:5px;
	padding-top:15px;
}
#pg ul {
	list-style:none;
	padding:0;
	margin:0;
	width:90px;
	position:relative;
	float:left;
}
#pg ul li {
	display:inline;
	overflow: hidden;
	width:80px;
	height:50px;
	float:left;
	margin:0 0 10px 10px;
}
#pg ul li a {
	display:block;
	width:80px;
	height:50px;
	text-decoration:none;
	border:1px solid #009d5b;
}
#pg ul li a img {
	display:block;
	width:80px;
	height:50px;
	border:0;
}
#pg ul li a:hover {
	white-space:normal;
	border-color:#009d5b;
	background-color:#0302D3;
}
#pg ul li a:hover img {
	position:absolute;
	left:135px;
	top:0px;
	width:auto;
	height:265px;
	border: solid #000;
	border-width: 1px 1px 23px 1px;
}
#pg ul li a span {
	display:none
}
#pg ul li a:hover span {
	display:block;
	padding: 2px 5px;
	position:absolute;
	left:145px;
	top:267px;
	width:335px;
	height:auto;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}



