.paTable {
	display:		table;
	border-collapse:separate;
	position:		relative;
	border-spacing: 4px 3px;
	left:			7%;
	right:			20%;
	top:			1%;
	height:			345px;		
	max-height:		345px;
	width:			560px;
}

.paRow {
	display:		table-row;
	height:			87px;
	max-height:		87px;
}

.paCell {
	display:		table-cell;
	empty-cells:	show;
	height:			67px;
	max-height:		67px;
	min-height:		67px;
	width:			100px;
	max-width:		100px;
	min-width:		100px;
	margin-top:		10px;
	margin-bottom:	10px;
	text-align:		center;
	cursor:			pointer;

}

.paImg {
	height:			67px;
	width:			100px;
}

.bigDisplay {
	position:		absolute;
	display:		block;
	height:			345px;
	max-height:		345px;
	width:			560px;
	margin-left:	0px;

}

.displayContainer {
	display:		none;
	position:		relative;
	height:			345px;			
	width:			560px;
	left:			0%;
	right:			20%;
	top:			5%;
	width:			560px;
}

.displayButton {
	position:		absolute;
	font-size:		12px;
	font-family:	Arial,Helvetica,sans-serif;
	cursor:			pointer;
	text-decoration: none;
	display:		block;
	top:			345px;
	left:			-70px;
}

.displayText {
	display:		block;
	position:		absolute;
	top:			350px;
	margin-left:	-200px;
	height:			35px;
	width:			400px;
	word-wrap:		break-word;
}
