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

	.jmorph .imageContainer
	{
		display:table;
		text-align:center;
		margin:auto;
                background: url('../images/load.gif') center no-repat;
	}
.jmorph a{
	font-weight:bold;
	text-decoration:none;
	color:#666;
	font-size:12px;
}
  
  .jmorph .image
  {
	background:#ccc;
	padding:2px;
	display:table-cell;
	border:#333 solid 1px;
  }
  
  .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
  { 
  	padding:13px 10px 13px 10px;
  	margin:2em 1em 1em 1em;
  	float:left;
  }

  .jmorph .image a.previous,.jmorph .image a.next
  {
  	font-size:12px;
  }
  
  .jmorph ul.band
  {
  	padding:5px;	
  	list-style:none;
  	background:#fff;
  	width:5000px;
  	margin-left:0px;
  	text-align:left;
  }
  
  .bandContainer
  {
  	width:600px;
  	overflow:hidden;
  	float:left;
  	text-align:center;
  	
  }
  
  .jmorph ul.band li
  {
  	display:inline;
  	margin:5px;
  	padding:5px;
  }
  .jmorph ul.band li.selected
  {
  	/*background:#ddd;*/
  	background: url('../images/pointer.gif') bottom center no-repeat;
  }
  
  .gnav{
  	padding: 10px;
  }
  
 .gnav ul{
 	margin:0;
 	padding:0;
 	list-style:none;
 }
 .gnav li{
 	float:left;
 	margin-right:25px;
 }
 .gnav a{
 	font-size:14px;
 	color:#808080;
 	text-decoration:none;
 }
 .gnav a.loc{
 	color:#eb2027;
 }