

#ngdt_Gallery {
	postion: relative;		/* need this to allow sub-element positioning */
	border: 1px solid #909090;
	width: 850px;
	height: 631px;
	margin: 0;
	padding: 0;
	background-color: #262626;
}
#ngdt_Header {

	height: 20px;
	border-bottom: 1px solid #909090;
	margin: 0;
	padding: 15px;
	
	font-size: 15px;
	

}
#ngdt_Info {

	border-left: 1px solid #909090;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 218px;
	height: 360px;
	padding: 15px;
	line-height: 15px;
	
	float: right;


}
/* Main Image panel */
#ngdt_Panel {

	text-align: center;
	/*border: 1px solid #909000;*/
	width: 598px;
	height: 450px;
	


}
#ngdt_Panel img{

	 /*border-left: 1px solid #909090;
	 border-right: 1px solid #909090;*/
	 padding: 3px;
	 background-color: #000000;

	 position: relative;
	 top: 0;

}
#ngdt_PanelContainer {

	margin: 5px;
	
}

#ngdt_Carousel {

	width: 850px;
	border-top: solid 1px #909090;
	text-align: center;

}
#ngdt_Carousel #ngdt_CarouselContainer {

	overflow:auto; /* allow scrollbar */
 	position:relative;
 	bottom: 0px;
 	text-align: center;
 	
 	/*border: 1px solid #909090;*/

}

#ngdt_Carousel #ngdt_CarouselContainer .ngdt_thumb {

	border: 1px solid #909090;
	background-color: #000000;
	padding:5px;
	overflow: hidden;
	cursor: pointer;
	margin: 4px;

}


/**
 * Slideshow controls (back forward arrows) style rules.
 */
 #ngdt_controlContainer {
 
	/*border: solid 1px #777777;*/
	margin:0;
	background-color: #000000;

 }
#ngdt_controlContainer .control {
	display:block;
	width:20px;
	height:20px;
	text-indent:-10000px;
	cursor: pointer;
}
#ngdt_leftControl {
	background:transparent url(img/LeftArrow_20x20.gif) no-repeat;
	float: left;

}
#ngdt_rightControl {
	background:transparent url(img/RightArrow_20x20.gif) no-repeat;
	float: right;

}