
.description i.icon-up {
    background-image: url('../img/icon-up.gif');
	cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}
.description i.icon-down {
    background-image: url('../img/icon-down.gif');
	cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}
.desc_message_popup h5{
 background:#ffffff;
 color:#666666;
 font-size:18px;
 text-align: center;
 padding: 50px;
}