#container{	
		margin:0 auto;
		width:818px;
		text-align:left;
		position:relative;
		padding:2em 0;
		}
		
	ul#items{		
		margin:1em 0;
		width:auto;
		height:245px;
		overflow:hidden;
		}
	ul#items li{
		.left;
		.size(73px, 62px);
		.m(0 4px 4px 0);
		background: #e7e7e7;
		list-style: none;
	}	
	ol#pagination{position:relative;text-align:right;}
	ol#pagination li{
		display:inline-block;
		width:16px;
		height:16px;
		background:url(../img/easypaginate/bg_buttons.png) no-repeat 0 0;
		text-align:left;
		text-indent:-8000px;
		list-style:none;
		cursor:pointer;
		margin:0 2px;
		}
	ol#pagination li:hover{background:url(../img/easypaginate/bg_buttons.png) no-repeat 0 -16px;}
	ol#pagination li.current{color:#f00;font-weight:bold;background:url(../img/easypaginate/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(../img/easypaginate/bg_buttons.png) no-repeat 0 -64px;}
	ol#pagination li.next{right:-30px;background:url(../img/easypaginate/bg_buttons.png) no-repeat 0 -48px;}