#container
	{
		/*background:#fff;*/
		position:relative;
		text-align:center;
	}

  .clearfix:after 
  {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .clearfix {display: inline-block;}  /* for IE/Mac */
	.jmorph
	{
			width:640px;
			margin:auto 0px;
	}

	.jmorph .imageContainer
	{
		display:table;
	}
  
  .jmorph .image
  {
	background:#000;
	padding:10px;
	display:table-cell;
  }

  .jmorph .image .caption
  {
	padding:10px;
	color:#fff;
	font-size:14px;
	text-align:left;
	display: block;
  }
  
  .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: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:#fff;*/
  	width:5000px;
  	margin-left:156px;
  }
  
  .bandContainer
  {
  	width:379px;
  	overflow:hidden;
  	float:left;
  	text-align:left;
	
  }
  
  .jmorph ul.band li
  {
  	display:inline;
  	margin:1px;
  	padding:1px;
	height:45px;
  }

  .jmorph ul.band li
  {
  	display:inline;
  	margin:1px;
  	padding:1px;
	height:45px;
  }

  .jmorph ul.band img
  {
  -moz-opacity:.8;
	opacity:.8;
	filter: alpha(opacity=80);
  }

	
  .jmorph ul.band li.selected img
  {
  	background:#fff;
	border:4px solid #000;
	width:50px;
	height:50px;
	-moz-opacity:1;
	opacity:1;
	filter: alpha(opacity=100);
  }



/* Scroller Gallery */
.webwidget_slideshow_dot{
    padding: 0px;
    margin: 0px;
    position: relative;
    font-family: Arial,Sans-Serif;
    font-size: 13px;
	background-color:#000;
}
.webwidget_slideshow_dot a{
    text-decoration: none;
}
.webwidget_slideshow_dot a:hover{
    text-decoration: underline;
}
.webwidget_slideshow_dot .slides_box{
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: absolute;
}
.webwidget_slideshow_dot .title_thumb_box{
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.webwidget_slideshow_dot .title_thumb_box .title_box{
    padding: 5px;
}
.webwidget_slideshow_dot .title_thumb_box .thumb_box{
    text-align: center;
    height: 25px;
}
.webwidget_slideshow_dot .title_thumb_box .thumb_box span{
    margin-right: 5px;
    margin-left: 5px;
}
.webwidget_slideshow_dot .title_thumb_box .thumb_box span img{
    cursor: pointer;
}
.webwidget_slideshow_dot img{
    padding: 0px;
    margin: 0px;
    border: none;
}
.webwidget_slideshow_dot ul{
    padding: 0px;
    margin: 0px;
    position: absolute;
    list-style: none;
}
.webwidget_slideshow_dot ul li{
    padding: 0px;
    margin: 0px;
    float: left;
}
.webwidget_slideshow_dot ul li a{
    display: block;
}

.dumbCrossFade {
				width:600px;
				height:600px;
				display:block;
				cursor:pointer;
				border:none;
				position:relative;
				background:#fff;
				padding:10px auto;
				overflow:hidden;
				
			}
			.dumbCrossFade .dumbItem {
				display:none;
				position:absolute;
				top:10;
				left:10;
				border:none;
			}
			.dumbCrossFade .dumbItem img {
				border:none;
			}
			.dumbCrossFade * {
				border:none;
				/*text-decoration:none;*/
			}

			.dumbCrossFade .caption
			  {
				
				color:#fff;
				font-size:14px;
				text-align:left;
				display: block;
				position:absolute;
				left:0;
				padding:10px;
				bottom:-30;
			  }
			