	.pgBox { 
		position: absolute;
		text-align: left;		
		overflow: hidden; 
	} 
	.pgImg { 
		position: absolute;		
		cursor: pointer;
		overflow: hidden;
		width: 100%;
		} 
	.arrow { 
		position: absolute;
		bottom: 0px; 
		left: -2%; 
		width: 80%;
		height: 80px;
		padding: 5px;
		margin-left: 10%;
		margin-right: 10%;
		overflow: hidden;
		background-image: url('https://s3.amazonaws.com/img1.wwmerchant.com/shared/photogallery/pg4/arrow.png');
		background-attachment:absolute;
		background-repeat: no-repeat;
		background-position: center bottom;
		text-align: left;
		font-family: verdana, helvetica, sans-serif, arial;
		font-size: 1em;
		font-weight: bold;
		z-index: 9999999;
		display: none;

	}
	.arrow:hover { 
		position: absolute;
		bottom: 0px; 
		left: -25px; 
		width: 80%;
		height: 50px;
		padding: 5px;
		margin-left: 10%;
		margin-right: 10%;
		background-color: rgba(255, 255, 255, 0.60);
		background-image: url('https://s3.amazonaws.com/img1.wwmerchant.com/shared/photogallery/pg4/arrow.png');
		background-attachment:absolute;
		background-repeat: no-repeat;
		background-position: center bottom;
		text-align: left;
		font-family: verdana, helvetica, sans-serif, arial;
		font-size: 1em;
		font-weight: bold;
		cursor: pointer;
		border-top: 5px solid #000;
		border-left: 5px solid #000;
		border-right: 5px solid #000;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
		-moz-box-shadow: 0px 0px 100px #000;
		-webkit-box-shadow: 0px 0px 100px #000;
		box-shadow: 0px 0px 100px #000;
	} 
	
	.pgLabel { 
		position: absolute;
		color: #000;
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		white-space: no-wrap; 
	}
	.link { 
		position:absolute;
		bottom:0px;
		left:0px;
		padding:5px;
		color: #000;
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 1em;
		pointer-events: none;
		white-space: no-wrap; 
	}
