div#Gallery {
margin-left: 0;
background-color: transparent;
padding-bottom: 0;
}

div#GalleryDescription {
width: 100%;

background-color: transparent;
color: #000;
padding-left: 5px;
padding-right: 10px;
font-size: .9em !important;
font-size: .85em;

}

div#ImageDescription {
width: 100%;

background-color: transparent;
color: #000;
padding-left: 5px;
padding-right: 10px;
font-size: .9em !important;
font-size: .85em;
position: relative;
top: -30px;
}

div#GalleryDescription p{
margin-top: 0;
padding-top: 0;
padding-bottom: 3px;
margin-bottom: 4px;
}
div#GalleryDescription h3{
color: #da852a;
margin: 0;
margin-top: 6px;
margin-bottom: 3px;

}

div#GalleryImageHolder
{
	width: 620px;
	margin: 0;
	padding: 0;
	border-right: 0 #000 solid;
	text-align: center;

}
div#GalleryImageHolder:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


div#GalleryImageHolder img{
	margin-left: auto;
	margin-right: auto;
}

div#GalleryImageHolder h5{
color: #000;
margin-left: 40px;
margin-top:2px;
padding-bottom: 2px;
margin-bottom: 0;
}


div#GalleryImageHolder h5#ImageTitle {
display: none;
text-align: left;
}

div#NpHolder {

	position: relative;
	left: 2px;
	width: 100%;
	margin: 0;
	text-align: left;
	padding-top: 0;
	background-position: right bottom;
	padding-bottom: 1px;
	clear: top;
	width: 630px;
	overflow: hidden;
	height: 20px;
}
div#NpHolder:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

div#GalleryThumbs {

	position: relative;
	left: 2px;
	width: 100%;
	margin: 0;
	text-align: left;
	padding-top: 0;
	background-position: right bottom;
	padding-bottom: 1px;
	clear: top;
	width: 630px;
	overflow: hidden;
	height: 70px;
}

div.Thumb
{
	float: left;
	border-right: 1px #000 solid;
	border-left: 0 #000 solid;

	background-color: transparent;
	display: block;
}

div.Thumb label{
text-align: center;
font-size: 9px;
color: #000;
padding-top: 3px;
padding-bottom: 3px;

}
label.dName {
display: none;
}

div.Thumb label.iName,div.Thumb label.dDescription{
display: none;
}


div#GalleryThumbs:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

img.headingImage {
	padding-top: 30px;

}
div#npNav
{
	background-image: url(../Images/Site/RightArrow.gif);	
	background-position: right 50%;
	padding-right: 60px;
	background-repeat: no-repeat;
	text-align: right;
	line-height: 1em;
	margin-right: 0px;
	float: right;
	clear: both;

}
div#npNav span {
display: block;
width: 40px;
vertical-align: middle;
padding-top: 6px;
padding-bottom: 6px;
}


div#npPortNav
{
	background-image: url(../Images/Site/RightArrowAlt.gif);	
	background-position: right 50%;
	padding-right: 60px;
	background-repeat: no-repeat;
	text-align: right;
	line-height: 1em;
	margin-right: 0px;
	margin-left: 20px;
	float: right;
	clear: both;

position: absolute;
top:423px;
}
div#npPortNav span {
display: block;
width: 120px;
vertical-align: middle;
padding-top: 6px;
padding-bottom: 6px;


}

div#Next, div#Prev, div#NextThumb, div#PrevThumb, div#TNext {
background-image: url(../Images/Site/np_block.png) !important;
background-image: url(../Images/Site/np_block.gif);

position: relative;
font-weight: bold;
margin-top: 0;
padding: 0;
display: block;
z-index: 1200;
height:40px;
width: 60px;
}
div#Next
{
	float: right;
	background-repeat: no-repeat;
	background-position: -60px 0;
}

div#Next:hover
{
	background-repeat: no-repeat;
	background-position: -60px -40px;
}

div#NextThumb, div#PrevThumb 
{
background-image: url(../Images/Site/npt_block.png) !important;
background-image: url(../Images/Site/npt_block.gif);

	float: left;
	border-right: 1px #000 solid;
	background-color: transparent;
	display: block;

	background-repeat: no-repeat;
	background-position: -60px 0;
	border-right: 0;
}

div#NextThumb:hover, div#PrevThumb:hover
{
	background-repeat: no-repeat;
	background-position: -60px -40px;
}
div#PrevThumb 
{
	background-position: 0 0;
}



div#PrevThumb {
position: relative;
top: -5000px;
}

div#PrevThumb:hover
{
	background-repeat: no-repeat;
	background-position: 0 -40px;
}



div#Prev {float: left;
	background-repeat: no-repeat;
	background-position: 0 0;

display: none;
}

div#Prev:hover {
	background-repeat: no-repeat;
	background-position: 0 -40px;
}

div#ImageContainer {
clear: both; position: relative; top: -40px;
}
div#ImageContainer img {
margin-bottom: 10px;
}
