/* ------------------------------------------------------------------------
	Shell
------------------------------------------------------------------------- */

	#pm_container {
		height: 100%;
		min-height: 420px;
		overflow: hidden;
		position: absolute;
		width: 320px;
	}
		body.pm_landscape #pm_container { width: 480px; }

	.pm_in-viewport {
		overflow-x: hidden;
		position: absolute;
		width: 320px;
	}
		body.pm_landscape .pm_in-viewport { width:480px; }
		
	.pm_out-of-viewport {
		left: 320px;
		overflow-x: hidden;
		position: absolute;
		width: 320px;
	}
		body.pm_landscape .pm_out-of-viewport { left:480px; width: 480px; }
	
	.tabs a.loading {
		background: -webkit-gradient(linear, 0% 46%, 0% 54%, from(#A2B2C4), to(#768ba7)) !important;
	}
	
	.loader {
		background: rgba(0,0,0,0.6) url(/ot_mobile/backgrounds/ajax-loader.gif) 50% 25% no-repeat;
		display: none;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1000;
	}
	

/* ------------------------------------------------------------------------
	Sliding
------------------------------------------------------------------------- */

.animate-left {
	-webkit-transition: left 1s ease;
}

.animate-left-fast {
	-webkit-transition: left 0.5s ease;
}

.animate-height {
	-webkit-transition: height 1s ease;
}
