
div.pagination { 
	margin: 0 0 15px 0; height: 36px;
 	padding: 0;
}
div.pagination span, div.pagination a {
	display: block; float: left;
	margin: 0 3px 0 0; padding: 0; text-decoration: none;
	background: transparent none;
	color: #9bbace;
	font: bold 10px/20px Verdana,Arial,sans-serif;
}

div.pagination .t { float: none; margin: 0; height: 8px; background: transparent url('../images/bg-post-t-c.gif') left top repeat-x; }
div.pagination .m { float: none; margin: 0; height: 20px; background: #fff none; }
div.pagination .b { float: none; margin: 0; height: 8px; background: transparent url('../images/bg-post-b-c.gif') left bottom repeat-x; }
div.pagination .l { margin: 0; width: 8px; height: 8px; float: left; }
div.pagination .c { margin: 0; height: 20px; padding: 0 5px; float: none; background: #2b3c47 none; }
div.pagination .r { margin: 0; width: 8px; height: 8px; float: right; }

div.pagination .t .l { background: transparent url('../images/bg-post-t-l.gif') left top no-repeat; }
div.pagination .t .r { background: transparent url('../images/bg-post-t-r.gif') right top no-repeat; }
div.pagination .m .l { width: auto; height: auto; padding: 0 0 0 8px; float: none; background: transparent url('../images/bg-post-m-l.gif') left top repeat-y; }div.pagination .m .r { width: auto; height: auto; padding: 0 8px 0 0; float: none; background: transparent url('../images/bg-post-m-r.gif') right top repeat-y; }
div.pagination .b .l { background: transparent url('../images/bg-post-b-l.gif') left bottom no-repeat; }
div.pagination .b .r { background: transparent url('../images/bg-post-b-r.gif') right bottom no-repeat; }

div.pagination .pages { display: none; }
div.pagination .current .m .c, 
div.pagination a:hover .m .c, div.pagination a:active .m .c {
	color: #fff;
}

