.item {
    display: none;
}
.active {
    display: block;
}
#slides {
/*text-align:center;*/    
}
#slides a img {
    width: 800px;
    height: 300px;
}
#slides a {
    display: none;
}
#slides a.active {
    display: block;
    text-decoration: none;
}
#slides h4 {
    position: relative;
    top: -80px;
    text-indent:1em;
    font-family: "Helvetica Neue", Helvetica;
    font-size: 14pt;
    font-weight:500;
    color: white;
    background-color: rgba(0,0,0,.75);
    line-height: 50px;
    vertical-align: middle;
}
table {
	margin: 0 auto;
}
.left, .right {
	position: relative;
    top: -60px;
    height: 150px;
	opacity: .25;
	cursor: pointer;
}
.left:hover, .right:hover {
	opacity: 1;
}
.left {
	left: 100px;
}
.right {
	right: 100px;
}