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

  .clearfix {display: inline-block;}  /* for IE/Mac */
	.jmorph
	{
/*			width:594px;*/
/***			width:588px;
***/
height:220px;
/*height:236px;*/	/* Needed to add bit on (margin) for FF? */
/*			margin:auto 0px;*/
			margin: 0 0;
/*background: #eee;*/
background: transparent;
/*border: 1px solid green;*/
padding: 0;
margin: 0 auto;
	}

	.jmorph .imageContainer
	{
padding: 0;
margin: 0;
/**		display:table;*/
	}
  
  .jmorph .image
  {
/*	background:#ccc;*/
/*	padding:10px;*/
/**	display:table-cell;*/
/*background: #eee;*/
background: transparent;
/*background: #f00;
background: url(images/home-page-big-photo-border.gif);
*/
/*background: url(http://voilawebsolutions.com/wassp/wp-content/themes/hybrid-news/images/home-page/competition-photo.jpg);
*/
margin: 0;
padding: 0;
  }

  .jmorph .image .currentImg,.jmorph .image .nextImg
  {
  	Xbackground-repeat:no-repeat;
  	Xbackground-position:center;
Xbackground-attachment: scroll;
Xbackground-position: 0px -100px;
  	Xposition:relative;
margin: 0;
padding: 0;
  }

/*  .jmorph .image .nextImg
  {
  	top:0;
  	left:0;
  	position:absolute;
  }
*/
/*  .jmorph div a.previous,.jmorph div a.next
  { 
  	padding:0.5em;
  	margin:1em;

  	float:left;
  }

  .jmorph .image a.previous,.jmorph .image a.next
  {
  	font-size:1.5em;
  }
*/  
  .jmorph ul.band
  {
  	padding:5px;	
  	list-style:none;
  	background:#ddd;
/*  	width:5000px;*/ /* THIS MESSES UP ON IE6 */
width:0px;
  	margin-left:0px;

/*HS HIDE BAND LIST ITEMS */
visibility: hidden;
  }

/*  .bandContainer
  {
  	width:300px;
  	overflow:hidden;
  	float:left;
  	text-align:left;
  }
*/
/*  .jmorph ul.band li
  {
  	display:inline;
  	margin:5px;
  	padding:5px
  }
  .jmorph ul.band li.selected
  {
  	background:#fff;
  }
*/
