.ft-prev {
	width: 40px;
	height: 40px;
	background: url("../images/b_prev.png");
}
.ft-next {
	width: 40px;
	height: 40px;
	background: url("../images/b_next.png");
}
div#type4-body{
	position: relative;
}
div#ft-buttons-slideshowHolder {
	position:absolute;
	bottom: 10px;
	right: 15px;
}

a.ft-button-slideshowHolder {
	background: #eee;
	color: #000 !important;
	font-weight:bold;
	margin-right:2px;
	padding-top:3px !important;
	padding-bottom:3px !important;
}
a.ft-button-slideshowHolder-active {
	background: #ccc;
	color: red !important;
	font-weight:bold;
}
span.text-5 {
	position: absolute;
	bottom: 10px;
	left: 0px;
	min-height: 50px;
	width: 50%;
	color:#fff;
	font-size: 17px;
	font-weight:bold;
	padding:5px;
	padding-right:10px;
	background:url(../images/bg_trans.png);
}