#pop {
    margin-top: 40px;
   
}
#pop a
{
	text-decoration:none!important;
}

.pop img
{
box-sizing: border-box;
	
	    margin-top: 5px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
	
}
  
.pop_title
{
	display:block;
	padding-top:5px;
	    line-height: 17px;
text-shadow: 0 1px 0 #fff;

    text-transform: uppercase;
    font-size: 13px;
	
}

.pop
{
	display:block;
	margin-bottom:30px;
}

.pop:hover img
{
border-color:#d44560!important;  
}

.pop:hover .pop_title {
    color: #d44560!important;
}