/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 4px 7px 5px 7px;
	margin: 2px;
    height: 22px;
    width: 12px;
/*background: transparent; border:1px solid #34393c; */
text-transform: uppercase;
font-size: 12px;
}


.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #fff;
    background: url(num.jpg) no-repeat center center;
font-size: 12px;
	padding: 4px 7px 5px 7px;
	margin: 2px;
    height: 22px;
    width: 12px;
}

.wp-pagenavi span.current {
	font-weight: bold;
    color: #fff;
}
.page {
	padding: 4px 7px 5px 7px;
	margin: 2px;
    height: 22px;
    width: 12px;
	font-weight: bold;
    color: #ccc;
font-size: 12px;
    background: url(numa.jpg) no-repeat center center;
}
.nextpostslink, .previouspostslink {
	padding: 4px 7px 5px 7px;
	margin: 2px;
    height: 22px;
    width: 12px;
	font-weight: bold;
    color: #ccc;
font-size: 12px;
    background: url(numa.jpg) no-repeat center center;
}
