

	/* content */
	
	ul#items img {
		width:140px;
		height:100px;
		border:2px solid #363839;
	}
		
	ul#items{		
		margin:0;
		height:auto;
		width:auto;
		overflow:auto;
	}
		
	ul#items li{
		list-style:none;
		float:left;
		width:140px;
		height:100px;
		overflow:hidden;
		margin:5px;
		padding:5px;
		text-align:center;
	}
	
	ol#pagination{overflow:hidden; font-family:Verdana, Geneva, sans-serif; font-size:12px;}
	
	ol#pagination li{
		float:left;
		list-style:none;
		cursor:pointer;
		margin:0 0 0 .5em;
	}
		
	ol#pagination li.current{
		color:#363839;font-weight:bold;
		}
	
	/* // content */