.kg-gallery
{
    width: 600px;
}
#gallery img
{
    border: none;
    padding: 0;
}
.kg-gallery, .kg-gallery *
{
    margin: 0;
    padding: 0;
}
.kg-gallery .kg-image-wrapper
{
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.kg-gallery .kg-image-wrapper .kg-loader
{
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 48%;
    border: 1px solid #CCC;
}
.kg-gallery .kg-image-wrapper .kg-next
{
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100;
}
.kg-gallery .kg-image-wrapper .kg-prev
{
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100;
}
.kg-gallery .kg-image-wrapper .kg-prev, .kg-gallery .kg-image-wrapper .kg-next
{
    /* Or else IE will hide it */
    background: url(non-existing.jpg)\9;
}
.kg-gallery .kg-image-wrapper .kg-prev .kg-prev-image, .kg-gallery .kg-image-wrapper .kg-next .kg-next-image
{
    background: url(ad_prev.png);
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    top: 47%;
    left: 0;
    z-index: 101;
}
.kg-gallery .kg-image-wrapper .kg-next .kg-next-image
{
    background: url(ad_next.png);
    width: 30px;
    height: 30px;
    right: 0;
    left: auto;
}
.kg-gallery .kg-image-wrapper .kg-image
{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9;
}
.kg-gallery .kg-image-wrapper .kg-image a img
{
    border: 0;
}
.kg-gallery .kg-image-wrapper .kg-image .kg-image-description
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 7px;
    text-align: left;
    width: 100%;
    z-index: 2;
    background: url(opa75.png);
    color: #000;
}
* html .kg-gallery .kg-image-wrapper .kg-image .kg-image-description
{
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src= 'opa75.png' );
}
.kg-gallery .kg-image-wrapper .kg-image .kg-image-description .kg-description-title
{
    display: block;
}
.kg-gallery .kg-controls
{
    height: 20px;
}
.kg-gallery .kg-info
{
    float: left;
}
.kg-gallery .kg-slideshow-controls
{
    float: right;
}
.kg-gallery .kg-slideshow-controls .kg-slideshow-start, .kg-gallery .kg-slideshow-controls .kg-slideshow-stop
{
    padding-left: 5px;
    cursor: pointer;
}
.kg-gallery .kg-slideshow-controls .kg-slideshow-countdown
{
    padding-left: 5px;
    font-size: 0.9em;
}
.kg-gallery .kg-slideshow-running .kg-slideshow-start
{
    cursor: default;
    font-style: italic;
}
.kg-gallery .kg-nav
{
    width: 100%;
    position: relative;
}
.kg-gallery .kg-forward, .kg-gallery .kg-back
{
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
}
/* IE 6 doesn't like height: 100% */
* html .kg-gallery .kg-forward, .kg-gallery .kg-back
{
    height: 100px;
}
.kg-gallery .kg-back
{
    cursor: pointer;
    left: -20px;
    width: 13px;
    display: block;
    background: url(ad_scroll_back.png) 0px 22px no-repeat;
}
.kg-gallery .kg-forward
{
    cursor: pointer;
    display: block;
    right: -20px;
    width: 13px;
    background: url(ad_scroll_forward.png) 0px 22px no-repeat;
}
.kg-gallery .kg-nav .kg-thumbs
{
    overflow: hidden;
    width: 100%;
}
.kg-gallery .kg-thumbs .kg-thumb-list
{
    float: left;
    width: 9000px;
    list-style: none;
}
.kg-gallery .kg-thumbs li
{
    float: left;
    padding-right: 5px;
    width:auto;
}
.kg-gallery .kg-thumbs li a
{
    display: block;
}
.kg-gallery .kg-thumbs li a img
{
    border: 3px solid #CCC;
    display: block;
}
.kg-gallery .kg-thumbs li a.kg-active img
{
    border: 3px solid #616161;
}
/* Can't do display none, since Opera won't load the images then */
.kg-preloads
{
    position: absolute;
    left: -9000px;
    top: -9000px;
}
