ul#frontPageNav {
	display: block;
	width: 262px;
	height:  220px;
	margin: 30px auto;
	text-indent: -8000px;
	overflow: hidden;
	list-style: none;
	position: relative;
}

#frontPageNav li {
	display: block;
	width: 262px;
	height: 61px;
}

.prod-cds {
	width: 262px;
	height: 61px;
	display: block;

}

.prod-books {
	width: 262px;
	height: 61px;
	display: block;
}

.prod-sm {
	width: 262px;
	height: 61px;
	display: block;
}

.prod-cds a {
	width: 262px;
	height: 61px;
	display: block;
	background-image: url(../assets/sprites/cds.jpg);
}

.prod-books a {
	width: 5000px;
	position: absolute;
	height: 61px;
	top:  67px;
	left: 0px;
	display: block;
	background-image: url(../assets/sprites/books.jpg);
}

.prod-sm a {
	position: absolute;
	width: 262px;
	height: 61px;
	top: 133px;
	left: 0px;
	display: block;
	background-image: url(../assets/sprites/sm.jpg);
}


.prod-cds a:hover, .prod-books a:hover, .prod-sm a:hover {
	background-position: -262px 0px;
}

.productTextNavigation {
	font-size: 1.5em;
}

/* @group Header - Home Link */

#homeLink {
	width: 263px;
	height: 207px;
	display: block;
	text-indent: -8000px;
	overflow: hidden;
}

/* @end */