﻿.popupImage{display:none;position:absolute;top:0;left:10%;z-index:21}
.popupImage .popupContent { background: #fff; border: 1px solid #333; padding:10px; } 
.popupImage p{margin:0;  }
.popupImage .popUpBottom{background:#000;text-align:right;margin-top:-3px;padding:7px 0;width:100%;}
.popupImage .popUpBottom>a.onlyToday{color:#fff;cursor:pointer;float:left;margin-left:7px;}
.popupImage .popUpBottom>a.exit{color:#fff;cursor:pointer;display:inline-block;margin-right:7px;}
.monly { display:none !important; }

@media(max-width:768px)
{
	.popupImage { max-width:90%; left:5%; }
	.popupImage img { width:100% !important; height:inherit !important; }
	.pconly { display:none !important; }
	.monly { display:block !important; }
}
