.ft-prev,
.ft-next {
	background-color: #000000;
/*	padding: 0 10px; */
	color:white;
 text-decoration:none;
}

.ft-prev {
	background-image: url(slideimage/prev.png);
	width: 30px;
	height: 30px;
}
.ft-next {
	background-image: url(slideimage/next.png);
	width: 30px;
	height: 30px;
}
.ft-prev span,
.ft-next span{
 display:none;
}
div.slideshow ul a.next {
	background-image: url(slideimage/next.png);
	margin-right: 0;
	width: 14px;
}
.ft-prev:hover,
.ft-next:hover {
	opacity:1 !important;
}

.ft-prev:active,
.ft-next:active {
 outline:none;
}
.ft-title {
    text-align: left;
    width: 100%;
}
.ft-title div{
    margin: 5px 10px;
}
.ft-title div div {
 	margin:0;
}
.ft-buttons a {
 text-decoration:none;
}
.ft-button-active {
    color: black;
}
