
div.controlNav{
	background-color: #000;
	margin-top: 8px; 
	position: absolute;
	right: 0;
}
div.controlNav a {
	margin:0 5px 0 0;
	color: #FFF;
	float:left;
}
div.controlNav a:hover {
	color: #DD3C2F;
}
/*
div.controlNav a.controlNavItem{
	text-decoration: underlined;
}
*/
div.controlNav a.controlNavItem.active{
	text-decoration: none;
}
div.controlNav a:hover.controlNavItem.active{
	color: #FFF;
}
div.controlNav a.controlNavItemPrev{
	background-image: url(../images/prevArrowPage.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	text-indent: -9999px;
	height:15px;
	width:15px;
	display: block;
}
div.controlNav a.controlNavItemPrev:hover {
	background-color:#DD3C2F;
}
div.controlNav .highlight {
	background-image: url(../images/prevArrowPage.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #DD3C2F;
	margin: 0 5px 0 0;
	text-indent: -9999px;
	height:15px;
	width:15px;
	display: block;
}
div.controlNav a.controlNavItemNext{
	background-image: url(../images/nextArrowPage.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px;
	text-indent: -9999px;
	height:15px;
	width:15px;
	display: block;
}
div.controlNav a.controlNavItemNext:hover{
	background-color:#DD3C2F;
}
div.controlNav a.controlNavItemNext .highlight{
	background-image: url(../images/nextArrowPage.png);
	background-position: center center;
	background-color: #00b1e9;
	background-repeat: no-repeat;
	margin: 0px;
	text-indent: -9999px;
	height:15px;
	width:15px;
	display: block;
}
/*a.controlNavItem {
	margin:0 5px 0 0;
}
*/
