.gallery { position:relative; clear:both; margin-bottom:20px; min-height:1; }
.gallery img { display:block; }
.gallery ul li { background:none; }
.gallery .showing { position:relative; border-bottom:1px solid #FFF; border:1px solid #A991BF; border-bottom:0; border-top:0; overflow:hidden; }
.gallery .showing ul { margin:0; background:#eee; overflow:hidden; }
.gallery .showing ul li { display:none; margin:0; padding:0; list-style:none; overflow:hidden; }
.gallery .showing ul li img { margin:0 auto; cursor:pointer; }
.gallery .showing ul li a { border:0; cursor:default; }
.gallery .showing ul li p { background:#666; color:#FFF; text-align:left; padding:16px 13px; margin:0; position:absolute; bottom:0; width:100%; display:none; }
.gallery .showing ul li p .credit { position:absolute; font-size:.72em; }
.gallery .showing ul li.current { display:block; background:#FFF url(/magazine/graphics/bg.gradient.jpg) 0 0 repeat-x; }

.gallery .thumbs { padding:12px 48px 12px; border:solid 1px #A991BF; border-top:0; position:relative; background:url(/magazine/graphics/bg.gradient.jpg) 0 0 repeat-x; }
.gallery .thumbs_sleeve { margin:0 auto; height:80px; width:480px; overflow:hidden; position:relative; }
.gallery .thumbs ul { margin:0; padding:0; width:480px; position:relative; left:0; }
.gallery .thumbs ul:after { content:"."; clear:both; display:block; height:0; visibility:hidden; } /* float enclosing */
.gallery .thumbs ul li { float:left; margin:0 20px 0 0; padding:0; background:#000; list-style:none; }
.gallery .thumbs ul li a { display:block; }

.gallery .previousButton, .gallery .nextButton { cursor:pointer; position:absolute; display:block; top:33px; width:30px; height:30px; text-indent:-9999px; background:no-repeat 0 0; }
.gallery .previousButton { left:14px; background-image:url(/magazine/graphics/gallery/prev.png); }
.gallery .nextButton { right:14px; background-image:url(/magazine/graphics/gallery/next.png); }

.ajax_loading { background:#000 url(/magazine/graphics/ajax_loader.gif) 50% 50% no-repeat; position:absolute; z-index:100; display:none; }

.js-disabled .gallery { display:none; }