/* ------------------------------------------------------------------------
	Popin
------------------------------------------------------------------------- */

	#overlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 10000;
		width: 100%;
	}

	.prettyPopin {
		display: none;
		overflow: hidden;
		position: absolute; z-index: 11000;
		top: 50%; left: 50%;
		background: url(../images/prettyPopin/popinLeft.gif) bottom left no-repeat;
		padding-bottom: 30px;
		/*width: 470px !important;*/
	}

		.prettyPopin a#b_close {
			display: none;
			position: absolute; z-index: 2;
			bottom: 10px; left: 13px;
		}

		.prettyPopin .prettyContent {
			position: relative;
			width: 100%; height: 100%;
			font-size: 1.2em;
			background: #000 url(/images/backgrounds/bg_gamepopup.gif) no-repeat left bottom;
			padding-bottom: 30px;
		}

			.prettyPopin .prettyContent .prettyContent-container {
				display: none;
				padding: 5px 5px 5px 5px;
			}
			.prettyPopin .prettyContent .prettyContent-container h3 {
				background: url(../images/titles/h2_ltdtvgame_popup.png) no-repeat left top;
				text-indent: -100000px;
				width: 460px; height: 77px;
			}
			.prettyPopin .prettyContent .prettyContent-container div {
				padding: 5px;
			}

			.prettyPopin .prettyContent .loader {
				position: absolute;
				top: 50%; left: 50%;
				margin: -14px 0 0 -14px;
			}