.gallery { position:relative; margin:0 0 10px; padding:10px 10px 0; background:url(/magazine/graphics/gallery/gallery.gif) repeat-x 0 0 #D1D5D6; border:1px solid #D1D5D6; border-bottom:0 none; zoom:1; }
.gallery img { display:block; }
.gallery ul li { background:none; }
.gallery .showing { position:relative; background:url(/magazine/graphics/gallery/gallery_showing_bg.gif) no-repeat 0 0; padding:0; margin:0; border:1px solid #CCC; }
.gallery .showing ul { margin:0; padding: 0; background:#000; border:1px solid #FFF; width: 610px; }
.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; cursor: default; }
.gallery .showing ul li div { background:#666; color:#FFF; text-align:center; width:610px; display:none; }
.gallery .showing ul li div .credit { display: block; padding: 5px 0; }
.gallery .showing ul li div .credit a { color: #fff; cursor: pointer; }
.gallery .showing ul li p { margin-top: 0; margin-bottom: 5px; padding-top: 5px; }
.gallery .showing ul li.current { display:block; #display:inline; } /* :hack:fixed gap in IE6+7 */

.gallery .thumbs { padding:18px 43px 32px 60px; position:relative; margin:0 -15px 0 -11px; background:url(/magazine/graphics/gallery/gallery_thumbs_bg.gif) no-repeat left bottom; zoom:1; } /* :hack:make buttons align in IE */
.gallery .thumbs_sleeve { height:66px; width:537px; overflow:hidden; position:relative; }
.gallery .thumbs ul { margin:0; padding:0; width:498px; 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; border:1px solid #CCC; }
.gallery .thumbs ul li a { display:block; border:2px solid #FFF; }

.gallery .previousButton, .gallery .nextButton { cursor:pointer; position:absolute; display:block; top:37px; width:22px; height:29px; text-indent:-9999px; background:no-repeat 0 0; }
.gallery .previousButton { left:16px; background-image:url(/magazine/graphics/gallery/prev.png); }
* html .gallery .previousButton { background:none transparent; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/magazine/graphics/gallery/prev.png', sizingMethod='crop'); } /* resize/crop/scale */
.gallery .nextButton { right:10px; background-image:url(/magazine/graphics/gallery/next.png); }
* html .gallery .nextButton { background:none transparent; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/magazine/graphics/gallery/next.png', sizingMethod='crop'); } /* resize/crop/scale */

.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; }
