/* ------------------------------------------------------------------------
	Popin
------------------------------------------------------------------------- */
	div.prettyPopin .top .left { background: url(../pics/ctl.png) top left no-repeat; } /* Top left corner */
	div.prettyPopin .top .middle { background: #fff url(../pics/mt.png) top left repeat-x; } /* Top pattern/color */
	div.prettyPopin .top .right { background: url(../pics/ctr.png) top left no-repeat; } /* Top right corner */

	div.prettyPopin .bottom .left { background: url(../pics/cbl.png) top left no-repeat; } /* Bottom left corner */
	div.prettyPopin .bottom .middle { background: #fff  url(../pics/mb.png) bottom left repeat-x; } /* Bottom pattern/color */
	div.prettyPopin .bottom .right { background: url(../pics/cbr.png) top left no-repeat; } /* Bottom right corner */

	div.prettyContent { background: url(../pics/ml.png) top left repeat-y; } 
	div.prettyContentRPart{ background: url(../pics/mr.png) top right repeat-y; height:100%; width:100%;} 

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

	.prettyPopin {
		display: none;
		position: absolute; z-index: 11000;
		top: 50%; left: 50%;
	}
	
		div.prettyPopin .top {
			position: relative;
			height: 32px;
		}
			* html div.prettyPopin .top { padding: 0 32px; }
		
			div.prettyPopin .top .left {
				position: absolute;
				left: 0;
				width: 32px; height: 32px;
			}
			div.prettyPopin .top .middle {
				position: absolute;
				left: 32px; right: 32px;
				height: 32px;
			}
				* html div.prettyPopin .top .middle { position: static; }
			
			div.prettyPopin .top .right {
				position: absolute;
				top: 0; left: auto; right: 0px;
				width: 32px; height: 32px;
			}
		div.prettyPopin .bottom {
			position: relative;
			height: 32px;
		}
			* html div.prettyPopin .bottom { padding: 0 32px; }
			
			div.prettyPopin .bottom .left {
				position: absolute;
				left: 0;
				width: 32px; height: 32px;
			}
			div.prettyPopin .bottom .middle {
				position: absolute;
				left: 32px; right: 32px;
				height: 32px;
			}
				* html div.prettyPopin .bottom .middle { position: static; }
				
			div.prettyPopin .bottom .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 32px; height: 32px;
			}
		
		div.pictureHolder .loaderIcon {
			display: none;
			position: absolute;
			top: 50%; left: 50%;
			margin: -12px 0 0 -12px;
			width: 24px; height: 24px;
		}

		.prettyPopin a#b_close {
			display: box;
			position: absolute; z-index: 2;
			top: 4px; right: 6px;
			width: 28px; height: 28px;
			text-indent: -10000px;
			background: url(../pics/close19.png) bottom left no-repeat;
			z-index: 1000;
		}
	
		.prettyPopin .prettyContent {
			position: relative;
			width: 100%; height: 100%;
			font-size: medium;
			background-color: white;
			overflow: hidden;
		}
		
			.prettyPopin .prettyContent .prettyContent-container {
				display: none;
				padding: 32px 15px 15px 15px;
			}
		
			.prettyPopin .prettyContent .loader {
				position: absolute;
				top: 50%; left: 50%;
				margin: -14px 0 0 -14px;

			}