.most-viewed ol{
display:none;
}

.most-viewed .tabs{
margin:0;
padding: 0 0 25px 0;
}

.most-viewed .tabs{
background:#FFF;
}

.most-viewed .tabs li{
list-style-type:none;
position:relative;
float:left;
color:#333;
padding:5px 16px;;

}

.most-viewed .tabs li:hover{
text-decoration:underline;
cursor:pointer;
}



.most-viewed .tabs li.selected{
color:#FFF;
background:#737373;

border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;

}

.most-viewed ol li{
margin-bottom:10px;
}

.most-viewed ol li span.viewedCount{
color:#999;
}