

#promotional-slides {
	margin: 2em -45px 1em;
	background: url(promotional-slides.gif) no-repeat 0 0;
	padding: 5px 45px 15px;
	}
	
#promotional-slides ul {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	display: block;
	height: 300px;
	width: 940px;
	overflow: hidden;
	position: relative;
	}
	
#promotional-slides li {
    min-height: 1px;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}


#rates-carousel {
	margin: 20px -10px;
	padding: 0;
	
	width: 960px;
	height: 100px;
	
	position: relative;	
	
	overflow: hidden;
	}
	
#rates-carousel ul {
	height: 100px;
	margin: 0;
	padding: 0;
	
	position: absolute;
	top: 0;
	left: 0;
	
	background: none;
	-moz-box-shadow: none;
	}	
	
#rates-carousel li {
	display: inline;
	position: relative;
	margin: 0 10px;
	padding: 0;
	list-style: none;
	float: left;
	
	width: 300px;
	height: 98px;
	
	border-top: 2px solid #777;
	
	background: none;
	}
	
#rates-carousel .tile {
	display: block;
	margin: -2px 0 0;
	}
	
#rates-carousel .title {
	margin: 5px 0;
	padding: 0;
	
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	
	color: #888;
	}
	
	#rates-carousel .title a {
		color: #888;
		}
	
#rates-carousel .rate {
	color: #00aeef;
	font-size: 48px;
	font-style: italic;
	float: left;
	}
	
	#rates-carousel .rate sup {
		font-size: 20px;
		}
		
#rates-carousel .type {
	float: left;
	font-size: 14px;
	color: #777;
	width: 150px;
	margin: .75em 0 0 1em;
	position: relative;
	font-style: italic;
	}
	
#rates-carousel .more {
	position: relative;
	font-size: .875em;
	font-style: italic;
	display: block;
	float: left;

	margin: 0 0 0 1em;	
	}
	
	
#rates-carousel .prev {
	display: block;
	width: 25px;
	height: 40px;
	position: absolute;
	top: 20px;
	left: -30px;
	background: url(rates.carousel.nav.gif) no-repeat 0 0;
	z-index: 1;
	cursor: pointer;
	}
	
#rates-carousel .next {
	display: block;
	width: 25px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: -30px;
	background: url(rates.carousel.nav.gif) no-repeat -25px 0;
	z-index: 1;
	cursor: pointer;	
	}
	
#rates-carousel .next:hover {	background-position: -25px -40px;	}
#rates-carousel .prev:hover {	background-position: -0 -40px;	}

#rates-carousel .mask-left {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100px;
	background: url(rates.carousel.mask-left.png);
	}
	
#rates-carousel .mask-right {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100px;
	background: url(rates.carousel.mask-right.png);
	}
	
	
.note {
	margin: 1em 0 2em;
	font-size: .75em;
	color: #777;
	}