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

#content {
width:220px;
margin:200px auto 0;
}

.wrap {
float:left;
clear:both;
width:250px;
margin-bottom:80px;
}

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

.note {
position:absolute;
top:0;
left:0;
padding:5px;
background:#fff;
border:1px solid #D8D8D8;
width:147px;
-webkit-box-shadow:0 4px 6px #ccc; -moz-box-shadow:0 4px 6px #ccc; box-shadow:0 4px 6px #ccc; 
}


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

/*a {
color:#fff;
}*/

a img {
border:none;
}

