body, button, input, select, textarea {
  background: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  color: #555555;
  width:98%;
}


a {
  color: #bfa980;
  text-decoration:none ;
}
a:hover {
  text-decoration: underline;
}

/* Tiny Carousel */
#slider2 {
    max-height: 380px;
    margin: 0px 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 10px 10px;
}

#slider2 .viewport {
    height: 380px;
    overflow: hidden;
    position: relative;
}

#slider2 .buttons {
    
    display: block;
    position: absolute;
    top: 30%;
    left: 0;
    width: 30px;
    height: 30px;
    color: #2daae2;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
	border:1px solid #2daae2;
	border-radius: 50%;
    font-size: 30px;
	background: #f4f3ee;
}

#slider2 .next {
    right: 0;
	z-index: 3;
    left: auto;
    top: 30%;
}

#slider2 .buttons:hover {
    color:#fff;
    border:1px solid #2daae2;
	background: #2daae2;
	border-radius: 50%;
}

#slider2 .disable {
    visibility: hidden;
}

#slider2 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 320px;
    left: 0;
    top: 0;
	
}

#slider2 .overview li {
    float: left;
    margin: 0 5px 0 0;
    padding: 3px;
    height: 350px;
    width: 375px;
	
 }

