.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #ff9933;
	}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #ff9900;
	} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
	}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
	}

.ngg-thumbnail img {
	background-color:#ffffff;
	border:1px solid red;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
	}

.ngg-thumbnail img:hover {
	background-color: #ff9900;
	}

.ngg-description {
	text-align: left;
	}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
	}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
	}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
	}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
	}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
	}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 2px;
	width: 100%;
	clear:both; 
	display:block !important;
	}
	
/* required for description */
	.ngg-galleryoverview .desc {
	margin:0px 5px 5px 0px;
	padding:4px;
	}

.ngg-gallery-thumbnail-box {
	float: center;
	}
	
/*keep*/
.ngg-gallery-thumbnail {
	float: left;
	margin-right: 2px ;
	}
.TextBelowTrains {
	float: left;
	padding-left:2px;
	padding-right:6px;
	padding-bottom:0px;
	padding-top:0px;
	
	}

.ngg-gallery-thumbnail img {
	background-color:#ffffff;
	border:1px solid red;
	display:block;  
	margin:5px 0px 4px 5px;
	padding:4px;
	position:relative;
	z-index: 1;
	}

.ngg-gallery-thumbnail img:hover {
	background-color: red;
	} 
.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
	}

.ngg-clear {
			clear: both;
			}
			
#Names  {font-size:12px;
          color:#FFF;
		  background-color:red;
		  height:20px;
		  width:155px;
		  text-align:center;
		 }
#Names2  {font-size:12px;
          color:#FFF;
		  background-color:red;
		  width:216px;
		  text-align:center;
		  padding-top:2px;
		 }
		 
#left    {padding-left:5px;
         }
/* on the baby trains pages */			 
#imagepointover { 
          background-color:white;
		  padding:2px;
		  border:1px solid red;
		  }
		  

#imagepointover:hover{ 
          background-color:red;
		  padding:2px;
		  border:1px solid red;
		  }
#bold {font-weight:bold;
		  }