.gallery { position:relative; min-height:1; }
.gallery img { display:block; }
.gallery ul li { background:none; }
.gallery .showing { position:relative; 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; display:block; }
.gallery .showing ul li div { font-family:Tahoma,Helvetica,Arial,sans-serif; font-size:1.53em; line-height:21px; margin:0 auto; background:#27271A; width:100%; display:none; color:#FFF; }
.gallery .showing ul li p { margin:0; padding:12px 10px 9px; }
.gallery .showing ul li span { display:block; padding:0 10px 10px; font-size:.6em; color:#FFF; }
.gallery .showing ul li span a { display:inline; color:#FFF; }
.gallery .showing ul li.current { display:block; background:#EBEDED; }

.gallery .thumbs { position:relative; padding:21px 123px; background:url(/magazine/graphics/gallery/gallery.bg.png) repeat-x bottom; }
.gallery .thumbs_sleeve { height:62px; width:390px; overflow:hidden; position:relative; }
.gallery .thumbs ul { margin:0; padding:0; width:390px; 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; left:43px; display:block; top:32px; width:40px; height:40px; text-indent:-9999px; background:url(/magazine/graphics/gallery/gallery.prev.next.png) no-repeat 0 0; }
.gallery .previousButton:hover { background-position:0 -40px; }
.gallery .nextButton { left:auto; right:43px; background-position:-40px 0; }
.gallery .nextButton:hover { background-position:-40px -40px; }

.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; }
