		ul#images  {
		width: 360px;
		height: 240px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	    list-style: none;
		}
		
		
		#images li {
		float: left;
		width: 165px;
		padding:5px;
		text-align: center;
		font: italic .8em Arial, Helvetica, sans-serif;
		color: #000;
		} 
		
		
			li#taylor img {
			width: 162px;
			height: 195px;
						}
					 
					li#atkins img {
					 height:195px;
					 width: 157px;
					 }
					
					#images img { border: 1px solid #000; }
		
		
		
