﻿div.gallery a {
   margin-right: 12px;
   vertical-align: top;
}

div.gallery a:hover {
    background-color: transparent;
}

.gallery {
    float: left;
    height: 140px;
    /*margin-left: 6px;*/
    overflow: hidden;
    position: relative;
    width: 596px;
}
.gallery .items {
    clear: both;
    position: absolute;
    width: 20000em;
}

.gallery .active {
    position: relative;
    z-index: 9999;
}

.gallery {
    float: left;
}

a.galleryControl {
    overflow: hidden;
    text-indent: 99999px;
    float: left;
    border: 0 none !important;
    cursor: pointer;
    display: block;
    height: 27px;
    text-decoration: none !important;
    width: 27px;
    visibility: hidden;
}

a.nextControl {
    background: url("/common/images/depthomepages/arrows_gallery.png") no-repeat scroll -27px 0 transparent;
    margin: 27px 0 0 0px;
}

a.previousControl {
    background: url("/common/images/depthomepages/arrows_gallery.png") no-repeat scroll 0 0 transparent;
    margin: 27px 0 0;
}

a.disabled {
    visibility: hidden !important;
}
