div.widgetMortgagePlanner {
	background-image: url(../images/widgets/planners/background.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 285px;
	height: 377px;
	float: right;
	margin-right: 2px;
	margin-bottom: 20px;
}

#widget_profiles_title {
  text-align: left;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #24A4F6;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 20px;
}

div.scrollableMortgagePlanner {
	position:relative;
	overflow:hidden;	 	
	width:285px;	
	height:340px;

}

div.scrollableMortgagePlanner div.items {	
	position:absolute;
	width:20000em;	
}

div.scrollableMortgagePlanner div.items div {
	float:left;
	width:285px;
	height:340px;
}

div.scrollableMortgagePlanner div.items div img {
	border: none;
	float: right;
}

div.scrollableMortgagePlanner {
	float:left;	
}

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/widgets/planners/left.png) no-repeat;
	float:left;
	cursor:pointer;
	margin:3px;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

a.disabled {
	visibility:hidden !important;		
}

a.next, a.nextPage {
	background-image:url(../images/widgets/planners/right.png);
	clear:right;	
}