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