div.ps-toolbar div div.ps-toolbar-content {
width: 44px;
height: 44px;
margin: 0 auto 0;
background-image: url(50ruglyAppSwipeIcon.png);
background-repeat: no-repeat;
}

div.ps-caption-content {
padding: 13px;
display: block;
font-size: 18px;
font-family: inherit;
font-weight: bold;
}
div



div .myScrollPanel:hover{

overflow : auto !important;

}
div .myPanel12 {

background-color : blue !important;
}

div.myList li {
list-style: none;
padding: 0;
background: #d0cdcd;
background: -moz-linear-gradient(top, #d0cdcd 0%, #8e8c8c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0cdcd), color-stop(100%,#8e8c8c));
background: -webkit-linear-gradient(top, #d0cdcd 0%,#8e8c8c 100%);
background: -o-linear-gradient(top, #d0cdcd 0%,#8e8c8c 100%);
background: -ms-linear-gradient(top, #d0cdcd 0%,#8e8c8c 100%);
background: linear-gradient(to bottom, #d0cdcd 0%,#8e8c8c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0cdcd', endColorstr='#8e8c8c',GradientType=0 );
text-shadow: none !important;
}




div.myList .m-ui-li-thumb, .m-ui-listview .m-ui-li-icon {
position: absolute;
left: 1px;
top: 0;
max-height: 60px;
max-width: 60px;
margin: 9px 0px 0px 8px;
}


div.myPanel { 
background-color: none; /* THIS LINE MUST BE PRESENT! */ 
background: #d0cdcd;
background: -moz-linear-gradient(top, #d0cdcd 0%, #8e8c8c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0cdcd), color-stop(100%,#8e8c8c));
background: -webkit-linear-gradient(top, #d0cdcd 0%,#8e8c8c 100%);
background: -o-linear-gradient(top, #d0cdcd 0%,#8e8c8c 100%);
background: -ms-linear-gradient(top, #d0cdcd 0%,#8e8c8c 100%);
background: linear-gradient(to bottom, #d0cdcd 0%,#8e8c8c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0cdcd', endColorstr='#8e8c8c',GradientType=0 );
} 

div.myListBlank li {
list-style: none;
padding: 0;
background: transparent;
text-shadow: none !important;
color: #8E8C8C;
}




div.myListBlank .m-ui-li-thumb, .m-ui-listview .m-ui-li-icon {
position: absolute;
left: 1px;
top: 0;
max-height: 60px;
max-width: 60px;
margin: 0px 0px 0px 8px;
}

div.myListBlank .m-ui-li-aside {
float: right;
width: 50%;
text-align: left; 
margin: .3em 0;
}
div.myListBlank .m-ui-btn-up-a {
border: 0px solid #111;