/*GENERAL*/
.overlay {
    position:absolute;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
    z-index:100;
    bottom:7px;
    left:7px;
    display:none;
}

.resource_container {
	height:546px;
	position:relative;
	float:left;
	margin-right:30px;
	border-radius: 6px;
}

.download_holder {
    /*background-color:red;*/
    width:189px;
    height:148px;
    position:absolute;
    left:50%;
    margin-left:-95px;
    top:50%;
    margin-top:-74px;
}
.brush_info {
    background-color:#555;
    background-color:rgba(255, 255, 255, 0.25);
    width:187px;
    height:76px;
    position:absolute;
    top:0;
    border-radius: 3px;
    border: 1px solid #555;
    color: #dedede;
    font-size:14px;
    text-align:center;
    display:table;
}
.brush_info p{
    display:table-cell;
    vertical-align:middle;
}
.ps_download {
    position:absolute;
    top:86px;
}
.redirect_text {
    color:#277c33;
    font-size: 10px;
    position:absolute;
    width:100%;
    text-align: center;
    bottom:0;
}