body, button, input, select, textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  color: #555555;
}


a {
  color: #bfa980;
  text-decoration:none ;
}
a:hover {
  text-decoration: underline;
}

/* Tiny Carousel */
#slider1 {
    max-height: 320px;
    margin: 0;
    overflow: hidden;
    position: relative;
    padding: 0 10px 10px;
}

#slider1 .viewport {
    height: 250px;
    overflow: hidden;
    position: relative;
}

#slider1 .buttons {
    
    border-radius: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 5%;
    width: 30px;
    height: 30px;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
	border-radius: 50%;
    text-decoration: none;
	border:1px solid #ccc;
    font-size: 22px;
}

#slider1 .next {
    right: 0;
    left: auto;
    top: 0;
}

#slider1 .buttons:hover {
    color: #ffffff;
	background:#b92630;
    border:1px solid #b92630;
}

#slider1 .disable {
    visibility: hidden;
}

#slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 300px;
    left: 0;
    top: 15%;
}

#slider1 .overview li {
    float: left;
    margin: 0 35px 0px 0;
    padding: 20px;
	background: #ffffff;
	box-shadow: 5px 4px 5px #eeeeee;
    height: 250px;
    width: 220px;
 }
