#fanback {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

#fan-exit {
    width: 100%;
    height: 100%;
}

#MorganAndMen {

    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 111111;
    width:100%;
	max-width:600px;
    margin: auto;
    /* margin: -220px 0 0 -375px; */

}
#MorganAndMen img{ width: auto;max-width: 100%;
    max-height: 800px;height: 100%;}
#TheBlogWidgets {
    float: right;
    cursor: pointer;
    background: url(../images/popup/fanclose.png) repeat;
    height: 15px;
    padding: 20px;
    position: relative;
    padding-right: 10px;
    padding-top: 10px;
    margin-top: -15px;
    margin-right: -12px;
}


#linkit, #linkit a.visited, #linkit a, #linkit a:hover {
    color: #80808B;
    font-size: 10px;
    margin: 0 auto 5px auto;
    float: center;
}

.popup_content {
    overflow: hidden;
    padding: 10px;
	background:#fff;
	border: 1px solid #e3e3e3;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}