body { 
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 128);
	font-family: Verdana;
}

a:link { 
	color: rgb(255, 255, 0);
}

a:visited { 
	color: rgb(255, 255, 0);
}

a	{
	font-size:1.1em;
	color:#003666;
	text-decoration:none;
}
a:hover {
	color:#3399CC;
}

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

.clearfix { display: inline-block; }  /* for IE/Mac */
.jmorph	{
	margin: auto 0px;
	/* text-align: center; */
}

.jmorph .imageContainer {
	display: table;
}
  
.jmorph .image {
	background: #ccc;
	padding: 10px;
	display: table-cell;
}
  
.jmorph .image .currentImg, .jmorph .image .nextImg {
  	background-repeat: no-repeat;
  	background-position: center; 
  	position: relative;
  	
}
  
.jmorph .image .nextImg {
  	top: 0; 
  	left: 0; 
  	position: absolute;	
}
  
.jmorph div a.previous, .jmorph div a.next { 
  	margin: 0em 1em;
  	float: left;
}

.jmorph .image a.previous, .jmorph .image a.next {
}
  
.jmorph ul.band {
  	padding: 1px;	
  	list-style: none;
  	background: #33d;
  	margin-left:0px;
}
  
.bandContainer {
  	overflow: hidden;
  	float: left;
  	text-align: left;
}
  
.jmorph ul.band li {
  	display: inline;
  	margin: 1px;
  	padding: 1px
}

.jmorph ul.band li.selected {
  	background: #66f;
}
