/*
Default style for WP-PageNavi plugin

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

.wp-pagenavi {
	clear: both;height:33px;line-height:23px;width:650px;margin:10px 0 10px 7px
}

.wp-pagenavi a{
float:left;width:25px;height:24px;padding: 0px 7px; background: url('nav-secili.png') no-repeat; color: #fff; margin-left: -5px
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
float:left;width:25px;height:24px;padding: 0px 7px; background: url('nav-sec.png') no-repeat; color: #fff; margin-left: -5px
}

.wp-pagenavi span.current {
float:left;font-weight: bold;
}

.wp-pagenavi span{float:right;color:#fff}
