#main_area .modalList{
	overflow:hidden;
}

#main_area .modalList li{
	float:left;
	text-align:center;
	margin-bottom:25px;
}


.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    width:900px;
    margin:0;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
}

.modal-content p {
    margin:0;
    padding:0;
	font-size:12px;
	line-height:1.8;
}

.modal-content h4{
	margin-bottom:10px;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
	position:absolute;
	right:-15px;
	top:-15px;
}

