.gallery
{
    zoom: 1;
    margin-bottom: 20px;
}
.gallery img
{
    display: block;
}
.gallery ul
{
    margin: 0;
    padding: 0;
}
.gallery ul li
{
    background: none;
}
.gallery .showing
{
    position: relative;
}
.gallery .showing ul
{
    margin: 0;
    background: #eaecec;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.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;
    color: #333;
    font-style: italic;
    text-align: left;
    margin: 0;
    display: none;
    width: 100%;
}
.gallery .showing ul li div p {
    margin: 0;
    padding: 5px;
}
.gallery .showing ul li div .credit {
    display: block;
    padding: 5px 0;
}
.gallery .showing ul li.current
{
    display: block; #display:inline;}/* :hack:fixed gap in IE6+7 */

.gallery .thumbs
{
    padding: 11px 43px 10px 53px;
    position: relative;
    zoom: 1;
    border: 1px solid #ccc;
    background-color:#999999;
   background-image:url(/magazine/graphics/gallery-thumbs-bg.jpg);
   background-repeat:repeat-x;
}
/* :hack:make buttons align in IE */
.gallery .thumbs_sleeve
{
    height: 72px;
    width: 482px;
    overflow: hidden;
    position: relative;
}
.gallery .thumbs_sleeve img
{
	margin: 1px 0 0 3px;
}
.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 10px 0 0;
    padding: 0;
    list-style: none;
    width:72px;
   height:72px;
   background-image:url(/magazine/graphics/gallery/gallery-li-bg.gif);
}

.gallery .previousButton, .gallery .nextButton
{
    cursor: pointer;
    position: absolute;
    display: block;
    top: 33px;
    width: 33px;
    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;
}

