.wk_image_list {
  text-align: left;
}

.wk_image_list img {
  height: 100%;
  width: 100%;
  /* max-width: 100%; */
}

.wk_image_list ul {
  padding:0;
  margin:0;
}

.wk_image_list ul > li {
  list-style: none;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  width: 128px;
  height: 96px;
  margin: 0 20px 0 0;
  padding:0;
}

.wk_more_images {
    position:relative;
	width:400px;
	height:30px;
	margin:0; /* auto 0 auto; */
	line-height:30px;
	font-family:Tahoma;
	font-size:15px;
	text-align:left;
}

.wk_more_images > a:link, .wk_more_images > a:visited, .wk_more_images > a:active {
	color:#337AB7;
	text-decoration:underline;
}

.wk_more_images > a:hover {
	color:#07AC12;
	text-decoration:underline;
}