div.pGal {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1001;
}

div.pGalCont {
	padding: 30px;
}

img.bigImg {
	position: absolute;
	z-index: 1002;
}

div.smImgs {
	position: absolute;
}

div.smImgs img {
	float: left;
	margin: 0px 10px 10px 0px;
	cursor: pointer;
}

div.pGal a, div.pGal a:hover {
	text-decoration: none;
}

div.pGal a.pGalCloser {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("../img/img_close.png");
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1004;
}

div.pGal a.pGalCloser:hover {
	text-decoration: none;
}

div.pGal a.galLeft, div.pGal a.galRight {
	display: block;
	position: absolute;
	background-image: url("../img/blank.png");
	background-repeat: no-repeat;
	z-index: 1003;
}

div.pGal a.galLeft:hover {
	background-image: url("../img/gal_arr_lft.png");
	background-position: 10% 50%;
}

div.pGal a.galRight:hover {
	background-image: url("../img/gal_arr_rgt.png");
	background-position: 90% 50%;
}
