/***   GALLERY IMAGE STYLES   ***/
.imgWrap { float:left; margin:0; height:80px; width:80px; position: relative; background:#f7f7f7; border:1px solid #b7b7b7; }

/***   [id] HIDES STYLES FROM IE   ***/
.imgWrap[class] {display: table; position: static;}
.middle[class] {display: table-cell; vertical-align: middle; position: static; }
.image[class] {position: static;} 

/***   &^%@#$% IE HACKS   ***/
.middle {position: absolute; top: 50%; width:80px; text-align:center;} /* for explorer only*/
.image {position: relative; top: -50%} /* for explorer only */
.image { line-height:80px; } /* for IE 7 */	

#itemDetail { width:195px; float:left; padding:0 13px 5px 15px; }
#itemDetail h4 { color:#a8040f; margin:0; }
#itemDetail a.detailLink { color:#2e6bb7; }
