.InSkinContainer {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 10000;
	overflow: visible;
}

.InSkinContentContainer {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 20000;
	overflow: hidden;
}

.InSkinBiggerContentContainer {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 200;
	left: -5000px;
	overflow: hidden;
}

.InSkinBaseContainer {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 15000;
	overflow: hidden;
}

.InSkinSASFrame {
	position: absolute;
	display: none;
	visibility: hidden;
}

.InSkinDebug {
	border: 1px solid red;
}

.InSkinShowOverflow {
	overflow: visible;
}

.InSkinHideOverflow {
	overflow: hidden;
}
