.list {
height: 300px;
position: relative;
width: 100%;
}
.cities-list{
height: inherit;
width: 100%;
overflow: hidden;
}
.cities-list a {
width: 100%;
text-decoration: none;
display: block;
color: #000;
}
.list-control {
position: absolute;
width: 100%;
left: 0;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
background-color: rgba(0,0,0,0);
filter: alpha(opacity=50);
opacity: .4;
}
.list .up{
top: 0;
background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );