/*
+-------------------------------------------------------+
|														|
|	WordPress 2.5 Plugin: WP-PageNavi 2.31				|
|	Copyright (c) 2008 Lester "GaMerZ" Chan				|
|														|
|	File Written By:									|
|	- Lester "GaMerZ" Chan								|
|	- http://lesterchan.net								|
|														|
|	File Information:									|
|	- Page Navigation CSS Style							|
|	- wp-content/plugins/wp-pagenavi/pagenavi-css.css	|
|														|
+-------------------------------------------------------+
*/

.wp-pagenavi a {
background:transparent url(images/page_num.gif) no-repeat scroll 0 0;
color:#333333;
display:block;
float:left;
height:42px;
margin:0 5px;
padding-top:6px;
text-align:center;
text-decoration:none;
width:42px;
}
.wp-pagenavi a:hover {
background:transparent url(images/page_num.gif) no-repeat scroll 0 100%;
color:#FFFFFF;
}
.wp-pagenavi .current {
background:transparent url(images/page_num.gif) no-repeat scroll 0 100%;
color:#FFFFFF;
display:block;
float:left;
font-weight:bold;
height:42px;
margin:0 5px;
padding-top:6px;
text-align:center;
width:42px;
}
.wp-pagenavi {
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
clear:both;
height:1%;
overflow:hidden;
padding:10px 0;
margin:0px auto;
margin-left:auto;
}
.pages {
background:transparent url(images/backbutton.gif) no-repeat scroll 0 0;
color:#333333;
display:block;
float:left;
height:42px;
margin:0 5px;
padding-top:6px;
text-align:center;
width:127px;
}
/*
.reply-button {
background:transparent url(images/reply.png) no-repeat scroll 0 0px;
cursor:pointer;
display:block;
height:16px;
width:16px;
position:absolute;
right:12px;
top:12px;
}
.reply-button:hover {
background-position:0 16px;
}
*/
.reply-button{  
	height: 16px;  
	background: transparent url(images/reply.png) no-repeat scroll 0 0;  
}  
.reply-button:hover{  
	background-position:0 -16px;
}  