#backgroundPopup5 {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:11;
}
#popupspins{
	width:530px;
	height:538px;
	display:none;
	position:fixed;
	height:auto;
	z-index:1012;/*cursor:pointer; */
	
}
#close-spins{
	right:0px;
	top:0px;
	position:absolute;
	width:38px;
	height:38px;
	color:#6fa5fd;
	display:block;
	text-indent:-9999px;	
}

#close-spins {
    margin-right: 0px !important;
    margin-top: 34px !important;
}

.main-content{
	padding:0px 3px!important;
	}