@font-face {
    font-family: 'ic_images';
    src:url('../Fonts/ic_images.eot?-jidptv');
    src:url('../Fonts/ic_images.eot?#iefix-jidptv') format('embedded-opentype'),
    url('../Fonts/ic_images.ttf?-jidptv') format('truetype'),
    url('../Fonts/ic_images.woff?-jidptv') format('woff'),
    url('../Fonts/ic_images.svg?-jidptv#ic_images') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul.f3-widget-paginator {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0;
}

ul.f3-widget-paginator li {
    float: left;
    margin: 3px;
    background-color: #c0c0c0;
    padding: 0;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 0px solid #000000;
}

ul.f3-widget-paginator li a,
ul.f3-widget-paginator li span {
    display: block;
    padding: 8px 20px 6px 20px;
    font-size: 114.3%;
    font-weight: 600;
    line-height: 1;
    color: #141414;
}
ul.f3-widget-paginator li a:hover,
ul.f3-widget-paginator li a:focus,
ul.f3-widget-paginator li.current span {
    color: #fff;
}

.image_row {
    float: left;
    margin: 0 8px 8px 0;
    min-height: 300px;
    min-width: 250px;
    text-align: center;
    border: 1px solid #c0c0c0;
    padding: 1px;
    position: relative;
}

.image_row {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

div.down {
    padding: 0 8px;
    text-align: left;
    position: absolute;
    bottom: 8px;
}

div.down a {
    line-height: 28px;
    color: #000;
}

span.download_icon {
    display: block;
    width: 28px;
    height: 28px;
    float: left;
    margin-right: 8px;
}
span.download_icon {
    font-family: 'ic_images';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.download_icon:before {
    content: "\e962";
    font-size: 142.9%;
}