.modal-overlayBox {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.6);
}
.modal-content {
    position:fixed;
    display:none;
    z-index:999;
    /*width:50%;*/
    margin:0;
    padding:20px;
	width:640px;
    background:#fff;
}
.modal-content p {
	width:640px !important;
	text-align: right;
	padding:0 !important;
	margin:0 0 6px 0 !important;
}
.thumbnail:hover {
    cursor:pointer;
}
.bt-modal-close img {
	 padding:0 !important;
	 margin: 0 !important;

}

.bt-modal-close:hover {
    cursor:pointer;
    color:#f00;
}