.itemImageBlock img {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
padding:2px;
}
.itemImageBlock .itemImageCaption {
background:url("../images/article-tools.png") repeat-x scroll 0 100% #FFFFFF;
margin:0;
padding:5px;
color:#888888;
font-size:90%;
font-weight:bold;
margin-bottom:10px;
text-shadow:1px 1px 1px #FFFFFF;
text-transform:uppercase;
}
span.latestItemImage, span.genericItemImage, span.userItemImage, span.catItemImage, span.itemImage {
border:1px solid #CCCCCC !important;
margin:0 !important;
padding:2px !important;
}
span.itemImageCredits {
display:none !important;
}
It's almost there except it still have has a space between the the image and the caption.
#k2Container span.itemImage .modal img{margin-bottom:-6px;}