.jflow-content-slider{
	margin-top: -50px;
}
#jFlowSlide{
	margin: 60px 0px 0px 6px;
	position: relative;
	width: 197px;
	height: 153px;
	overflow: hidden;
	background: url("/images/jflow_bg.png") no-repeat 0% 0%;
}
#jFlowSlide .text {
	padding: 5px;
	font: italic 13px "Trebuchet MS", sans-serif;
	color: #1180ce;
}
#jFlowSlide .author{
	position: absolute;
	top: 90px;
	left: 10px;
	width: 173px;
}
#jFlowSlide .author .image img{
	border: 1px solid #cccccc;
	max-width: 55px;
	max-height: 55px;
}
#jFlowSlide .author .name{
	position: absolute;
	top: 10px;
	left: 65px;
	font: bold italic 14px "Trebuchet MS", sans-serif;
	color: #0073c9;
}
#myController{
	position: absolute;
	top: 70px;
	width: 220px;
}
.jFlowPrev{
	float:left;
	background: url("/images/jflow_arrows.png") no-repeat left top;
	height: 17px;
	width: 16px;
	cursor: pointer;
}
.jFlowPrev:hover{
	background-position: left bottom;
}
.jFlowNext{
	float:right;
	background: url("/images/jflow_arrows.png") no-repeat right top;
	height: 17px;
	width: 16px;
	margin-right: 10px;
	cursor: pointer;
}
.jFlowNext:hover{
	background-position: right bottom;
}
.references_text{
	position: absolute;
}
.references_author{
	position: absolute;
	font: bold 12px Arial, sans-serif;
	color: #f55f10;
	bottom: 25px;
	right: 0px;
}