<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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 : 22.08.2016, 13:02:10
    Author     : mavz
*/

#content_main .pagination_news {
  text-align: center; }
#content_main .pagination_news ul {
    display: inline-block;
    margin: 20px auto 50px; }
#content_main .pagination_news ul li {
      float: left;
      margin-right: 3px; }
#content_main .pagination_news ul li a {
        display: block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background: #cccccc;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
#content_main .pagination_news ul li.selected a{
          background: #c10504;
          color: #ffffff; }
#content_main .pagination_news ul li.first,
#content_main .pagination_news ul li.last{
        display: none;
        }
#content_main .pagination_news ul li a:hover {
          background: #c10504;
          color: #ffffff; }
#content_main .pagination_news ul li.left a {
        background: #212121 url("../images/sprite.png") no-repeat -275px 7px; }
#content_main .pagination_news ul li.left a:hover {
        background: #c10504 url("../images/sprite.png") no-repeat -275px 7px; }
#content_main .pagination_news ul li.right a {
        background: #212121 url("../images/sprite.png") no-repeat -305px 7px; }
#content_main .pagination_news ul li.right a:hover {
        background: #c10504 url("../images/sprite.png") no-repeat -305px 7px; }
        </pre></body></html>