.mod_dma_ultimate_slider .controls,
.ce_dma_ultimate_slider .controls 
{
  overflow: hidden;
  visibility: hidden;
  float:left;
  position:relative;
}

.mod_dma_ultimate_slider .slider, 
.ce_dma_ultimate_slider .slider 
{
  margin: 14px 45px 0px 45px;
}

.mod_dma_ultimate_slider .slider .inside, 
.ce_dma_ultimate_slider .slider .inside 
{
  height:2px;
  overflow:hidden;
  background:#000000;
}

.mod_dma_ultimate_slider .handle,
.ce_dma_ultimate_slider .handle
{
  width:30px;
  height:2px;
  overflow:hidden;
  margin:0;
  background:#ffffff;
}

.mod_dma_ultimate_slider .goback, 
.ce_dma_ultimate_slider .goback 
{
  float:left
}

.mod_dma_ultimate_slider .goforward,
.ce_dma_ultimate_slider .goforward 
{
  float:right
}

