@charset "utf-8";
/* CSS Document */

	ol#pagination{position:relative;text-align:center; clear:both}

	ol#pagination li{

		display:inline-block;

		width:16px;

		height:16px;

		background:url(images/bg_buttons.png) no-repeat 0 0;

		text-align:left;

		text-indent:-8000px;

		list-style:none;

		cursor:pointer;

		margin:0 2px;
		padding:0px

		}

	ol#pagination li:hover{background:url(images/bg_buttons.png) no-repeat 0 -16px;}

	ol#pagination li.current{color:#f00;font-weight:bold;background:url(images/bg_buttons.png) no-repeat 0 -32px;}

	ol#pagination li.prev, ol#pagination li.next{

		position:absolute;

		top:-150px;

		}

	ol#pagination li.prev{left:-30px;background:url(images/bg_buttons.png) no-repeat 0 -64px;}

	ol#pagination li.next{right:-30px;background:url(images/bg_buttons.png) no-repeat 0 -48px;}
-
	
