#slider {
	width: 550px; /* width of mainCell */
	/* padding: 5px 0 10px; */
	padding: 5px 0 0 0;
	margin: 0;
	overflow: hidden; /* clears floats */
}
#slides {
	float:left;
}
#slides, #slides div {
	position: relative;
	width: 420px;
	height: 240px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#slidePager {
	float: right;
	margin: 0;
	padding: 0;
	width: 130px;
	height: 240px;
}
#slidePager ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#slidePager li {
	margin: 0;
	padding: 0 0 8px 8px; /* space b/w slide and tabs and below ea tab */
}
#slidePager a {
	text-decoration: none;
	display: block;
	padding: 5px 6px;
	width: 110px !important;
	height: 43px !important;
	width: 122px;
	height: 53px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 13px;
	color:#3573B9;
	background:url(slidePager_grey_tab.jpg) no-repeat;
}
/* add unique coloured tabs here */
#slidePager a#slidePager_loan_tab {
	background:url(slides/slidePager_grey_tab.jpg) no-repeat;
}
#slidePager a#slidePager_car_tab {
	color: #fff;	
	background:url(slides/slidePager_car_tab.gif) no-repeat;
}
#slidePager a#slidePager_28degrees_tab {
	color: #ffffff;
	background:url(slides/slidePager_28degrees_tab.gif) no-repeat;
}
#slidePager a:focus {
	outline: none;
}


