.gallery { zoom:1; background:#E9EEF0; border:solid 1px #8FA7B3; margin-bottom:20px; }
.gallery img { display:block; }
.gallery ul { margin:0; padding:0; }
.gallery ul li { background:none; }
.gallery .showing { position:relative; padding:9px }
.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 div { background:#FFF; background:rgba(255,255,255,.9); color:#333; text-align:left; margin:0; width:566px; display:block; }
.gallery .showing ul li div p { margin: 0; padding: 9px 10px; }
.gallery .showing ul li div .credit { display: block; padding: 5px 10px; }
.gallery .showing ul li.current { display:block; #display:inline; } /* :hack:fixed gap in IE6+7 */

.gallery .thumbs { padding:12px 43px 12px 52px; position:relative; zoom:1; border:solid #8FA7B3; border-width:1px 0 0; } /* :hack:make buttons align in IE */
.gallery .thumbs_sleeve { height:66px; width:481px; 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 17px 0 0; padding:0; background:#000; list-style:none; }

.gallery .previousButton, .gallery .nextButton { cursor:pointer; position:absolute; display:block; top:59px; width:32px; height:32px; text-indent:-9999px; background:no-repeat 0 0; }
.gallery .previousButton { left:10px; background-image:url(/magazine/graphics/gallery/prev.gif); }
.gallery .nextButton { right:10px; 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; }

/* show|hide captions */
.btn_captions { float:right; margin:0 -34px 12px 0; width:91px; height:16px; _line-height:0; text-indent:-9999px; background:url(/magazine/graphics/buttons/show_hide_captions.png) no-repeat 0 -16px; }
.btn_captions:hover { cursor:pointer; }
.hide_captions { background-position:0 0; }
