	
	.modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 99999;
		display: none;
		top: 0;
		left: 0; 
		}	
	.modal1 {
		visibility: hidden;
		text-align:center;
		top: 60px !important; 
		left: 0;
		width: 100%;
		position: fixed;
		z-index: 999999;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}
		
	.modal1.small 		{ width: 200px; margin-left: -140px;}
	.modal1.medium 		{ width: 400px; margin-left: -240px;}
	.modal1.large 		{ width: 600px; margin-left: -340px;}
	.modal1.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.modal1 .close-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 25%;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
	.big-link { display:block; margin-top: 100px; text-align: center; font-size: 70px; color: #06f; }
	@media screen and (max-width: 960px){
		#myModal img{width:100%;}
	}