.gallery { margin: 10px 0; width:626px; }
.gallery img { display: block; }
.gallery .showing ul { margin: 0; padding: 0; }
.gallery .showing ul li { display: none; margin:0; padding: 0; list-style:none; width: 280px; }
.gallery .showing ul li img { margin: 0 auto; }
.gallery .showing ul li a { border: 0; }
.gallery .showing ul li p { background: #000;  color: #f5f5f5; text-align: center; padding: 5px 10px; /* margin: -5em 0 0 0; height: 5em; */ }
.gallery .showing ul li div .credit { display:block; text-align:right; font-size: .72em; padding:1em; }
.gallery .showing ul li.current { display: block; #display: inline; /* :hack: fixed gap in IE6+7 */ }
.gallery .thumbs { background: url(/magazine/graphics/bottom_gradient.png) repeat-x bottom; border-top: 1px solid #d3d3d3; padding: 8px 50px 11px; position: relative; zoom:1; /* :hack: make buttons align in IE */ }
.js-disabled .gallery .thumbs { display: none; }
.gallery .thumbs_sleeve { width: 190px; height: 30px; overflow: hidden; position: relative; }
.gallery .thumbs ul { margin: 0; padding: 0; width: 400px; 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; top: 26px; display: block; width: 27px; height: 20px; text-indent: -9999px; background: no-repeat 0 0; }
.gallery .previousButton { left: 8px; background-image: url(/magazine/graphics/buttons/b_arrow_left.png); }
.gallery .nextButton { right: 19px; background-image: url(/magazine/graphics/buttons/b_arrow_right.png); }

* html .gallery .previousButton { background:none transparent; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/magazine/graphics/buttons/b_arrow_left.png', sizingMethod='scale'); }
* html .gallery .nextButton { background:none transparent; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/magazine/graphics/buttons/b_arrow_right.png', sizingMethod='scale'); }

/*Large Gallery Styles*/
.gallery.large { margin-top: 0;}
.gallery.large .showing  { background-color: #4c4c4c; }
.gallery.large .showing ul li { width:626px; }
.gallery.large .showing ul li div { width:626px; margin:0 auto; background:#000; }
.gallery.large .thumbs_sleeve { height:60px; width:530px; }
.gallery.large .thumbs ul { padding:0; width: 590px;}
.gallery.large .previousButton, .gallery.large .nextButton { top:30px; width:22px; }
.gallery.large .previousButton { left:9px; }
.gallery.large .nextButton { right:9px; }

.ajax_loading { background: #000 url(/magazine/graphics/ajax_loader.gif) 50% 50% no-repeat; position: absolute; z-index: 100; display: none; }
.gallery.large .showing ul li p { height: auto; }
.gallery.large .showing ul .loaded { background: #4c4c4c; }
.gallery.large .showing ul .loaded div { display:none; }
