.notifyimg{
width:250px;
height:100px;
overflow:hidden;
position:relative;
cursor:pointer;

}
.notify{
background-repeat:no-repeat;
background-position:top left;
padding:5px 5px 0px 5px;
right:5px; position:absolute;
z-index:100;
}


.desc_notify{
filter:alpha(opacity=90);	/* Transparency */
opacity:0.9;	/* Transparency */
background-color:#000000;
color:#FFFFFF;
/* opacity:0.9; */
text-align:center;
position: absolute;
top:200px;
left:0px;
height:100%;
width:100%;
padding:5px;
}