	#pgScreen .diapo { 
		position: absolute; 
		left: -1000px; 
		cursor: pointer; 
		-ms-interpolation-mode: nearest-neighbor;
	} 
	#pgScreen .link { 
		margin-left: -1px; 
		margin-bottom: -1px; 
		width: 100%;
		height: 100%;
		text-align: center;
	} 
	#pgScreen .bank { 
		text-align: center;
		visibility: hidden;
	} 
	#pgScreen .text { 
		position: absolute; 
		left: 0px; 
		width: 100%; 
		bottom: 7%; 
		text-align: center;
		font-family: arial, helvetica, sans-serif, verdana;
		z-index: 1000;		
	} 
	#pgScreen .title { 
		font-size: 2em;
		text-align: center;
		font-family: verdana, helvetica, sans-serif, arial;
		text-shadow: 0 2px 3px #333333;
		font-weight: bold; 
	} 
	#pgScreen .legend { 
		font-size: 1.2em;
		font-family: arial, helvetica, sans-serif, verdana;
		padding-left: 8%;
		padding-right: 8%;
	} 
	#pgScreen .scrollbar { 
		position: absolute; 
		left: 10%; 
		bottom: 2%; 
		width: 80%; 
		height: 16px; 
		z-index: 1000; 
	} 
	#pgScreen .track { 
		position: absolute; 
		left: 1%; 
		width: 98%; 
		height: 16px;
		padding: 0px;
		background-image: url('https://s3.amazonaws.com/img1.wwmerchant.com/shared/photogallery/pg12/sb.png');
		background-repeat: repeat-x;
		background-position: center left;
	} 
	#pgScreen .arrow-left { 
		position: absolute;
		left: 0px;
		cursor: pointer;
		border: 0px;
		width: 26px;
		height: 16px;
		padding: 0px;
		background-image: url('https://s3.amazonaws.com/img1.wwmerchant.com/shared/photogallery/pg12/sl.png');
		background-position: center left;
	} 
	#pgScreen .arrow-right { 
		position: absolute; 
		right: 0px; 
		cursor: pointer;
		border: 0px;
		width: 26px;
		height: 16px;
		padding: 0px;
		background-image: url('https://s3.amazonaws.com/img1.wwmerchant.com/shared/photogallery/pg12/sr.png');
		background-position: center right;
	} 
	#pgScreen .bar { 
		position: absolute; 
		height: 16px;
		width: 77px;
		left: 25px;
		cursor: pointer;
		border: 0px;
		background-image: url('https://s3.amazonaws.com/img1.wwmerchant.com/shared/photogallery/pg12/sc.png');
	}