﻿.NavBar
{
	width: 700px;
	height: 36px;
	background-image: url(../Images/Buttons/photonav-Large.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	background-position-x: center;
}
.NavBar Table
{
}
NavBar Tr
{
	width: 36px;
}

.NavBar .BtnNavAll
{
	height: 34px;
	width: 34px;
	background-image: url(../Images/Buttons/button-gallery.jpg);
	background-repeat: no-repeat;
}

.NavBar .BtnNavAll .Focus
{
	height: 34px;
	width: 34px;
	cursor: hand;
	background-image: url(../Images/Buttons/button-gallery-hover.jpg);
	background-repeat: no-repeat;
}

.NavBar .BtnNavSpc
{
	width: 25px;
}

.NavBar .BtnNavFirst
{
	height: 34px;
	width: 34px;
	background-image: url(../Images/Buttons/button-first.jpg);
	background-repeat: no-repeat;
}

.NavBar .BtnNavFirst .Focus
{
	height: 34px;
	width: 34px;
	background-image: url(../Images/Buttons/button-first-hover.jpg);
	background-repeat: no-repeat;
	cursor: hand;
}

.NavBar .BtnNavPrev
{
	height: 34px;
	width: 34px;
	background-image: url(../Images/Buttons/button-prev.jpg);
	background-repeat: no-repeat;
}

.NavBar .BtnNavPrev .Focus
{
	height: 34px;
	width: 34px;
	background-image: url(../Images/Buttons/button-prev-hover.jpg);
	background-repeat: no-repeat;
	cursor: hand;
}

.NavBar .BtnNavNext
{
	height: 34px;
	width: 34px;
	background-image: url(../Images/Buttons/button-next.jpg);
	background-repeat: no-repeat;
}

.NavBar .BtnNavNext .Focus
{
	height: 34px;
	width: 34px;
	background-image: url(../Images/Buttons/button-next-hover.jpg);
	background-repeat: no-repeat;
	cursor: hand;
}

.NavBar .BtnNavLast
{
	height: 34px;
	width: 25px;
	background-image: url(../Images/Buttons/button-last.jpg);
	background-repeat: no-repeat;
}

.NavBar .BtnNavLast .Focus
{
	height: 34px;
	width: 25px;
	background-image: url(../Images/Buttons/button-last-hover.jpg);
	background-repeat: no-repeat;
	cursor: hand;
}


