body {
	min-width: 768px;
}
#container {
	min-width: 768px;
	margin: 0 0 -76px 0;
}
#push {
	height: 76px;
}
#footer {
	height: 76px;
	width: 100%;
}
.guide {
	width: 768px;
}
.ipad-alpha {
	margin-left: 4px;
}
.ipad-omega {
	margin-right: 4px;
}
.ipad-ao {
	margin-left: 4px;
	margin-right: 4px;
}
.ipad-bg {
	background: url("../imgs/ipad-guide.png") no-repeat center center;
	display: block;
	height: 880px;
	width: 760px;
}
.loading {
	background: url("../imgs/loading.gif") no-repeat center 414px;
	display: block;
	height: 880px;
	width: 760px;
}
.nav-guide {
	display: block;
	height: 70px;
	margin-top: 440px;
	overflow: hidden;
	position: absolute;
	text-indent: -1000px;
	top: 0;
	width: 70px;
	-webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.prev {
	background: url("../imgs/nav-guide.png") no-repeat center -70px;
	left: 20px;
}
.next {
	background: url("../imgs/nav-guide.png") no-repeat center 0px;
	right: 20px;
}
.disabled {
	opacity: 0.2;
}
a.home {
	display: block;
	height: 25px;
	line-height: 25px;
	width: 115px;
}
.guide-title {
	background: rgba(49,52,56,0.5);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin: 10px 0;
	text-shadow: 0 1px 0 rgba(49,52,56,0.5);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	box-shadow: 0 2px 2px rgba(49,52,56,0.2);
	-webkit-box-shadow: 0 2px 2px rgba(49,52,56,0.2);
	-moz-box-shadow: 0 2px 2px rgba(49,52,56,0.2);
	-ms-box-shadow: 0 2px 2px rgba(49,52,56,0.2);
}
.guide-slides {
	display: block;
}