/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014-12-3, 16:58:07
    Author     : xzd
*/

#most-read-articles .content .article .galleries {
    margin: 10px 0 20px 0;
}
#most-read-articles .content .article .gallery {
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #e6e6e6, #c9c9c9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#c9c9c9));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #c9c9c9);
    background-image: -o-linear-gradient(top, #e6e6e6, #c9c9c9);
    /* background-image: linear-gradient(to bottom, #e6e6e6, #c9c9c9); */
    font-size: 11.5px;
    padding: 3px 7px;
    border-radius: 5px;
    margin: 10px 10px 0 0;
}