/*pageSwitch*/
body,html{
	overflow-y: hidden;
}
.pagesTable{
	display: table;
	width: 100%;
	height: 100%;
}
.pagesCell{
	display: table-cell;
	vertical-align: middle;
}
