#homepageTiles{
	background-color: #fff;
	padding: 20px 10px;
}

.tile{
	margin: 0 10px 20px;
	background-color: #f8f8f8
}

.tile > a, 
.tile > a > img,
.homeCarousel li > a,
.homeCarousel li > a > img{
	display: block;
}

.homeCarousel {
    position: relative;
    overflow: hidden;
}

.homeCarousel > .nav {
    width: 960px;
    position: relative;
    margin: 0;
}

.homeCarousel > .nav li {
    width: 100%;
}

.homeCarouselSprite{
	cursor: pointer;
	background: url('/images/homepage/homeCarouselArrows.png') no-repeat 0 0;
	width: 37px;
	height: 94px;
}

.homeCarouselNext{
	background-position: -37px 0;
}

.customerFavs{
	min-height: 735px;
	background: #fff;
	border: 1px solid #ccc;
}

.customerFavsTitle{
	margin: 0 0 20px 0;
	padding: 20px 0;
	border-bottom: 1px solid #07529e;
	color: #07529e;
}

.customerFavsTitle,
.customerFavsList > li{
	text-align: center;
}

.customerFavsList > li{
	padding: 10px 0;
}
