/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*Scott*/
div.pagination a {
    text-decoration: none;
	color:#5c3b52;
	font-weight: bold;
	border:#5c3b52 solid 1px;
	padding:0 4px;
	margin:0 5px;
}
div.pagination a:active {
    text-decoration: none;
	background:none;
	color:#92898a;
	font-weight: bold;
	border:0;
	padding:1px 4px;
}
div.pagination a:hover
{
    text-decoration: none;
	color:#000;
	background:#5c3b52;
	font-weight: bold;
	border:#392431 solid 1px;
	padding:0 4px;
}
div.pagination span.current {
    text-decoration: none;
	background:none;
	color:#92898a;
	font-weight: bold;
	border:0;
	padding:1px 4px 1px 10px;
	float:left;
}
div.pagination a.prev_page{
	background:url(anterior.jpg) no-repeat;
	width:62px;
	height:30px;
	text-indent:-999999px;
	border:0;
	margin:0;
	padding:0;
}

div.pagination a.next_page{
	background:url(proxima.jpg) no-repeat;
	width:62px;
	height:30px;
	text-indent:-999999px;
	border:0;
	float:right;
    margin-rigth:18px;
}

div.pagination span.disabled_prev{
	background:url(anterior_apagado.jpg) no-repeat;
	width:62px;
	height:30px;
	text-indent:-99999px;
	float:left;
}
div.pagination span.disabled_next {
	background:url(proxima_apagado.jpg) no-repeat;
	width:62px;
	height:30px;
	text-indent:-99999px;
	float:left;
}
