	ul#items{		
		margin:1em 0;
		width:728px;
		height:150px;
		overflow:hidden;
		}
	ul#items li{
		list-style:none;
		float:left;
		width:230px;
		height:140px;
		overflow:hidden;
		margin:0 4px;
		padding-top:10px;
		background:#EFEFEF;
		text-align:center;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;
	}
	ul#items li:hover{
		background:#F29400;
		text-align:center;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;
	}
	
	ol#pagination{position:relative;text-align:center;}
	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;
		}
	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:-100px;
		}
	ol#pagination li.prev{left:-20px;background:url(../images/bg_buttons.png) no-repeat 0 -64px;}
	ol#pagination li.next{right:-10px;background:url(../images/bg_buttons.png) no-repeat 0 -48px;}