/*.gCarousel { height:186px; width:337px; }*/

.gCarousel-clip { position:relative; z-index:2; }
.gCarousel-wrap {
    position:relative;
    overflow:hidden;
    z-index:2;
    margin:0;
    padding:0; }
    .gCarousel-clip a.gCarousel-btnLeft,
    .gCarousel-clip a.gCarousel-btnRight { 
        position:absolute;
        top:0;
        z-index:3;
        display:block;
        /* MUST SET A WIDTH? */}
    .gCarousel-clip a.gCarousel-btnLeft { left:0; }
    .gCarousel-clip a.gCarousel-btnRight { right:0; }
    .gCarousel-clip .gCarousel-inner { 
        display:block;
        margin:0;
        padding:0;
        height:372px;
        z-index:1;
        position:absolute;
        top:0;
        left:0px; }
        
/* SPECIFIC TO DCOLE */
.gCarousel-clip { margin-left:20px; }
    .gCarousel-clip a.gCarousel-btnLeft,
    .gCarousel-clip a.gCarousel-btnRight { margin-top:10px; height:344px; width:12px; }
    .gCarousel-clip a.gCarousel-btnLeft:hover,
    .gCarousel-clip a.gCarousel-btnRight:hover { background-position:-12px 0; }
    .gCarousel-clip a.gCarousel-btnLeft { background:transparent url('../images/btn-arrowbar-left.png') no-repeat 0 0; }
    .gCarousel-clip a.gCarousel-btnRight { background:transparent url('../images/btn-arrowbar-right.png') no-repeat 0 0; }
