#pix-cp-container{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 9001;
}
#pix-cp-container.pix-cp-fixed{
	position: fixed;
	z-index: 9000;
}
#pix-cp-container.pix-cp-bottom{
	bottom: 0;
}
#pix-cp-container.pix-cp-top{
	top: 0;
}
#pix-cp-container img{
	position: relative;
	width: 100%;
	height: auto;
}
.admin-bar #pix-cp-container.pix-cp-top{
	top: 32px;
}

body.pix-cp-bottom{
	padding-bottom: 100px;
	position: relative;
}
body.pix-cp-top{
	padding-top: 100px;
}
.pix-christmas-pandas-popup{
	position: fixed;
	bottom: 0;
	z-index: 9001;
	display: none;
}
.pix-christmas-pandas-popup.display-on-left{
	left: 0;
}
.pix-christmas-pandas-popup.display-on-right{
	right: 0;
}
.pix-christmas-pandas-popup .px-popup-close{
	width: 50px;
	height: 59px;
	position: absolute;
	top: 0;
	margin-top: -25px;
	z-index: 9002;
	right: 0;
	margin-right: -20px;
	background: url('../images/x_button.png') center no-repeat;
	background-size: contain;
}
.pix-christmas-pandas-popup.display-on-right .px-popup-close{
	width: 50px;
	height: 59px;
	position: absolute;
	top: 0;
	margin-top: -25px;
	z-index: 9002;
	left: 0;
	margin-left: -20px;
	background: url('../images/x_button.png') center no-repeat;
	background-size: contain;
}
