/* Unoslider container */
.unoslider {
  list-style: none;
  position: relative;
  width: 960px;
  height: 350px;
  margin: 0 auto;
  padding: 0 !important;
}

.unoslider img{
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.unoslider li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 !important;
  margin: 0 !important;
}

/* Timebar */
.unoslider_timer {
  background-color: white;
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  -moz-box-shadow: 0px 2px 2px black;
  -webkit-box-shadow: 0px 2px 2px black;
  -o-box-shadow: 0px 2px 2px black;
  box-shadow: 0px 2px 2px black;
}

/* Progress bar preloader container */
.unoslider_preloader {
  background: rgba(255, 255, 255, 0.5);
}

/* progress bar preloader */
.unoslider_preloader .unoslider_progress {
  width: 30%;
  height: 5px;
  margin: 0 auto;
  border-top: 1px solid #7c7c7c;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #949494;
  border-right: 1px solid #949494;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9a9a9a), color-stop(100%, #b3b3b3));
  background: -webkit-linear-gradient(#9a9a9a, #b3b3b3);
  background: -moz-linear-gradient(#9a9a9a, #b3b3b3);
  background: -o-linear-gradient(#9a9a9a, #b3b3b3);
  background: -ms-linear-gradient(#9a9a9a, #b3b3b3);
  background: linear-gradient(#9a9a9a, #b3b3b3);
}

/* progress bar fill */
.unoslider_preloader .unoslider_progress span {
  display: block;
  height: 100%;
  background: #66cccc;
}

/* Spinner preloader */
.unoslider_spinner {
  background: url('/images/spinner.gif') white center center no-repeat;
}

.unoslider_layers{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/**********************************************************************************************************/
/* Here you can add a custom CSS styles for your html slides, custom captions or other unoslider areas    */
/**********************************************************************************************************/

/* Example of the full width/height html slide background */
.slide_bg_example{
  background-color: #2e425a;
  color: #bccbdc;
  height: 100%;
  width: 100%;
}

/* SG 27/8/12 - timer bar */
.unoslider_timer {
  background-color: #bc4a9c; 
  opacity: 0.5;
  -moz-box-shadow: 0px 2px 2px #bc4a9c;
  -webkit-box-shadow: 0px 2px 2px #bc4a9c;
  -o-box-shadow: 0px 2px 2px #bc4a9c;
  box-shadow: 0px 2px 2px #bc4a9c;
}


/**********************************
 Custom animated layers styles
 All styles MUST start with "unoslider_style_"
 *********************************/

/* Example of the "My Own" layer style */
.unoslider_style_my_own{
  border: 1px solid black;
  color: orange;
  background: gray;
  padding: 10px;
  font-size: 15px;
  font-family: Helvetica, Verdana;
  text-align: center;
  line-height: 1em;
}
