#fxContainer {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
}

#fxTarget { 
	width: 100%;
	position: relative;
	top: 0;
	z-index: 19;
	overflow: hidden;
	height: 0px;
}

#fxPadding {
	visibility: hidden;
}


#fxShadow {
	position: relative;
	width: 100%;
	height: 6px;
	overflow: hidden;
	z-index: 20;
}

#fxTab {
	position: relative;
	bottom: 0;
	margin: -6px auto;
	text-align: center;
	height: 38px;
	line-height: 35px;
	font-weight: bold;
	width: 162px;
	z-index: 21;
}
div.wrapper {margin: auto; width: 760px; padding-top:10px}