/* --- module: pagepeel --- */

/* --- pagepeel pos top/right --- */
#swPagepeelRight {
	position: absolute;
	right: 0px; /* position right */
	top: 0px;
	z-index: 9999;
}
#swPagepeelRightSmall, #swPagepeelRightBig {
	position: absolute;
	right: 0px;
}
#swPagepeelRightSmall {
	width: 100px;
	height: 100px;
}
#swPagepeelRightBig {
	width: 600px;
	height: 600px;
	top: -9999px ; /* hide at initial call - changed on mouseover js */
}

#swPagepeelRight .pagepeelHide {
	top: -9999px;
}
#swPagepeelRight .pagepeelShow {
	top: 0px;
}

