ul#paginator {
    font-family:Arial;
    list-style:none;
    margin:0;
    padding:0;
}

ul#paginator li {
    float:left;
    margin:0;
    padding:0;
}

ul#paginator li.pagesname {
    margin-right:15px;
    padding:3px 0;
}

ul#paginator li.dots {
    margin-right:5px;
    padding:5px 5px 1px 5px;
}

ul#paginator li a {
    background:#f9f9f9;
    border:1px solid #bbbbbb;
    color:#858585;
    display:block;
    font-weight:bold;
    margin-right:5px;
    padding:3px 9px;
    text-decoration:none;               
    text-shadow: 1px 1px 0 #fff;
    
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1), inset 0 1px 0 0 #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1), inset 0 1px 0 0 #fff; 
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1), inset 0 1px 0 0 #fff;
    
    border-radius:3px;
    -moz-border-radius:3px; 
	-webkit-border-radius:3px;
    
    /* behavior: url("/plugins/news/css/border-radius.htc"); */
}

ul#paginator li a:hover {
    background:#fefefe;
}

ul#paginator li a.current {
    background:#7e7e7e;
    border-color:rgba(0,0,0,.4);
    color:#fff;
    font-weight:bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px 0 rgba(0,0,0,.4);
    -webkit-box-shadow: inset 0 0 6px 0 rgba(0,0,0,.4); 
	-moz-box-shadow: inset 0 0 6px 0 rgba(0,0,0,.4);
}

ul#paginator li a.back, ul#paginator li a.next {

}

.bottom_news .item{
    float: left;
    width: 210px;
    height: 225px;
    margin-left: 130px;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

/*.bottom_news .item .zag{
    position: absolute;
    top: -40px;
    width: 100%;
}

.text .zag {
    position: absolute;
    top: -30px;
    width: 100%;
}*/

.bottom_news .item:first-child{
    margin-left: 0;
}

.bottom_news .item:last-of-type {
    background: inherit;
    padding-bottom: inherit;
}

.bottom_news .item {
    background: none;
    padding-bottom: 20px;
}
.bottom_news .more {
    display: none;
}