.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: #EAECEC;
    color: #333;
    font-style: italic;
    text-align: left;
    margin: 0;
    display: none;
    width: 100%;
}
.gallery .showing ul li div p {
    margin: 0;
    padding: 10px 10px 5px;
}
.gallery .showing ul li div .credit {
    display: block;
    padding: 10px;
}
.gallery .showing ul li.current
{
    display: block; #display:inline;}/* :hack:fixed gap in IE6+7 */

.gallery .thumbs
{
    padding: 16px 43px 16px 53px;
    position: relative;
    zoom: 1;
    border: 1px solid #ccc;
    background-color:#B9B9B9;
   background-image:url(/magazine/graphics/gallery-thumbs-bg.jpg);
   background-repeat:repeat-x;
}
/* :hack:make buttons align in IE */
.gallery .thumbs_sleeve
{
    height: 68px;
    width: 480px;
    overflow: hidden;
    position: relative;
}
.gallery .thumbs_sleeve img
{
	margin: 0;
	border: 1px solid #fff;
}
.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 16px 0 0;
    padding: 0;
    list-style: none;
    width:66px;
    height:66px;
}

.gallery .previousButton, .gallery .nextButton
{
    cursor: pointer;
    position: absolute;
    display: block;
    top: 35px;
    width: 26px;
    height: 24px;
    text-indent: -9999px;
    background: no-repeat 0 0;
}
.gallery .previousButton
{
    left: 14px;
    background-image: url(/magazine/graphics/gallery/prev.gif);
}
.gallery .nextButton
{
    right: 14px;
    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;
}

