div#zoomwindow .wraptocenter {
	width: 530px;
	height: 530px;
}

div.topwindow .wraptocenter {
	width: 340px;
	height: 340px;
}

div.sidethumbnails .wraptocenter, div.thumbnail .wraptocenter {
	width: 160px;
	height: 160px;
}

div.microthumbnail .wraptocenter {
	width: 60px;
	height: 60px;
}

.wraptocenter {
	background-color: #FFFFFF;
   display: table-cell !important;
	display: block;
   text-align: center;
   vertical-align: middle;
}

.wraptocenter * {
   vertical-align: middle;
}

/*\*//*/
.wraptocenter {
   display: block;
}
.wraptocenter span {
   display: inline-block;
   height: 100%;
   width: 1px;
}
/**/

