/*--- Moss Botanist Style ---*/

html {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    padding: 0px;
    margin: 0px;
    overflow:hidden;
    height: 100%;
}

img {
  border: none;
}

#mossbg {
    height: 100%;
    width: 100%;
    background: url(../img/mossbg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    position: absolute;
    z-index: 95;
    margin-top: -1%;
}

.roundabout-holder {
      list-style: none;
      padding: 0;
      margin: 0;

}
.roundabout-moveable-item {
      height: 84% !important;
      width: 1000px;
      cursor: pointer;
      text-align: center;
}
.roundabout-in-focus {
      cursor: auto;
      /*height: 75% !important;*/
}

.roundabout-in-focus img {
  /*height: 100%;
  width: auto;*/
}

ul {
      list-style: none;
      padding: 0;
      margin: 0 auto;
}

#slider {
  margin-left: -20px;
  height: 100%;
  width: 100%;
}

#siteslider {
  width: 1000px;
  height: 85%;
  /*padding: 4% 0 4% 0 !important;*/
  margin: 1% auto 0 auto;
}

#slidernav {
  text-align: center;
  padding-bottom: 5px;
  margin-left: 20px;
  z-index: 100;
  position: absolute;
  bottom: 18px;
  width: 100%;
}

#slidernav img {
  opacity: 0.2;
}

#slidernav img:hover {
  opacity: 0.5;
}

/*
#magicli1 {
  background: url("/img/Leaf-Ear.png");
  background-position:50% 0%;
}

#magicli2 {
  background: url("/img/Lady3.png");
  background-position:50% 0%;
}

#magicli3 {
  background: url("/img/Old-Vortex.png");
  background-position:50% 0%;
}

#magicli4 {
  background: url("/img/Broken-Engagement.png");
  background-position:50% 0%;
}

#magicli5 {
  background: url("/img/Ladies.png");
  background-position:50% 0%;
}

#magicli6 {
  background: url("/img/Beak-Ear.png");
  background-position:50% 0%;
}

#magicli7 {
  background: url("/img/Merman.png.png");
  background-position:50% 0%;
}
*/
