.gallery { zoom:1; margin-bottom:20px; }
.gallery img { display:block; }
.gallery ul { margin:0; padding:0; }
.gallery ul li { background:none; }
.gallery .showing { position:relative; }
.gallery .showing ul { margin:0; background:#eee; }
.gallery .showing ul li { display:none; margin:0; padding:0; list-style:none; }
.gallery .showing ul li img { margin:0 auto; }
.gallery .showing ul li a { border:0; }
.gallery .showing ul li p { background:#fff; color:#333; font-style:italic; text-align:left; margin:0; position:absolute; bottom:0; display:none; width:100%; padding-bottom:12px; padding-top:9px; }
.gallery .showing ul li p .credit { position:absolute; font-size:.72em; }
.gallery .showing ul li.current { display:block; #display:inline; } /* :hack:fixed gap in IE6+7 */

.gallery .thumbs { padding:16px 43px 16px 64px; position:relative; zoom:1; border:solid #000; border-width:1px 0 1px; } /* :hack:make buttons align in IE */
.gallery .thumbs_sleeve { height:72px; width:458px; overflow:hidden; position:relative; }
.gallery .thumbs ul { margin:0; padding:0; width:436px; position:relative; left:0; }
.gallery .thumbs ul:after { content:"."; clear:left; display:block; height:0; visibility:hidden; } /* :hack:clearing floats for standards compliant */
.gallery .thumbs ul li { float:left; margin:0 10px 0 0; padding:0; background:#000; list-style:none; }

.gallery .previousButton, .gallery .nextButton { cursor:pointer; position:absolute; display:block; top:42px; width:22px; height:29px; text-indent:-9999px; background:no-repeat 0 0; }
.gallery .previousButton { left:20px; background-image:url(/magazine/graphics/gallery/prev.gif); }
.gallery .nextButton { right:20px; background-image:url(/magazine/graphics/gallery/next.gif); }

.ajax_loading { background:#000 url(/magazine/graphics/ajax_loader.gif) 50% 50% no-repeat; position:absolute; z-index:100; display:none; width:100%; }
.js-disabled .gallery { display:none; }