/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 6, 2014, 3:42:13 PM
    Author     : cfern
*/

#front {
  background-color: transparent !important;
  left: 15px;
  position: relative;
  width: 960px;
}

#mbs_slider {
  background-color: transparent;
  position: absolute;
  top: 15px;
}

div.fluxslider ul.pagination {
    
    margin-top:10px !important;
}

div.fluxslider ul.pagination li {
  background: none repeat scroll 0 0 #666666;
  border-radius: 10px;
  color: #999999;
  height: 16px;
  padding: 2px;
  width: 16px;
  cursor:pointer;
}

div.fluxslider ul.pagination li:hover, div.fluxslider ul.pagination li.current  {
  color: #fff;
}