/* ------ general
-----------------------------------------------*/



/* ------ mobilynotes
-----------------------------------------------*/



.wrap {
float:left;
clear:both;
width:560px;
padding-top:20px;
padding-left: 40px;


}

.notes_img {
position:relative;
float:left;
clear:both;
width:250px;
height:250px;
}

.note {
position:absolute;
top:0;
left:0;
padding:10px;
background:#fff;
border:1px solid #D8D8D8;
width:250px;
}


ul.listNotes,
ul.listNotes li {
display:block;
list-style:none;
padding:0;
margin:0;
}

a {
color:#fff;
}

a img {
border:none;
}

