

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	overflow: auto;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 100%;
	position: relative;
	margin: 10% 0;
	/*
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	*/
	background:url('../img/yo80s-bg.png') #d19704 repeat fixed; background-size:cover;
}


.modalDialog2 >div	{
				  background: -moz-linear-gradient(left, #7b49aa, #913fde);
				  background: -webkit-linear-gradient(left, #7b49aa, #913fde);
				  background: -webkit-gradient(linear, 0 0, 100% 0, from(#7b49aa), to(#913fde));
				  background: -o-linear-gradient(left, #7b49aa, #913fde);
				  background: linear-gradient(left, #7b49aa, #913fde);

}

.modalDialog .prev {
	background:url('../img/slider_prev.png') no-repeat;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	left: -12px;
	text-align: center;
	top: 50%;
	width: 20px;
	height: 45px;
	margin: 25px;
	text-decoration: none;
}

.modalDialog .next {
	background:url('../img/slider_next.png') no-repeat;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: 50%;
	width: 20px;
	height: 45px;
	margin: 25px;
	text-decoration: none;
}

.modalDialog .close {
	/*background: #606061;*/
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	margin: 25px;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	/*
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	*/
}

.modalDialog .close:hover { color: #4f4dac;  /*background: #00d9ff;*/ }
.modalDialog2 .close:hover{ color: #e8cb06;  /*background: #00d9ff;*/ }