#jFlowSlide{ background:#fff; }

#myController {  padding:0; margin:0;  width:670px; height: 44px;   }

#Slides img { 
	
	margin:0;
	
	position:relative;
}

.slide-wrapper { padding: 0; }


.jFlowControl { cursor:pointer; }
.jFlowSelected { text-decoration:none; !important }

.jFlowControl .dept_mang {
	width: 170px;
	height: 44px;
	float: left;

	background: url(images/software-off.jpg) no-repeat;
}
.jFlowSelected .dept_mang {
	background: url(images/software-on.jpg) no-repeat;
}

.jFlowControl .dept_consol {
	width: 176px;
	height: 44px;
	float: left;

	background: url(images/biometric-off.jpg) no-repeat;
}
.jFlowSelected .dept_consol {
	background: url(images/biometric-on.jpg) no-repeat;
}

.jFlowControl .consumer {
	width: 180px;
	height: 44px;
	float: left;

	background: url(images/system-off.jpg) no-repeat;
}
.jFlowSelected .consumer {
	background: url(images/system-on.jpg) no-repeat;
}

.jFlowControl .bankruptcy {
	width: 144px;
	height: 44px;
	float: left;

	background: url(images/web-off.jpg) no-repeat;
}
.jFlowSelected .bankruptcy {
	background: url(images/web-on.jpg) no-repeat;
}

