
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.sEditSection1 .imgDetails{
	display:none;
}
.matImgList ul li{
	list-style: none;
    float: left;
    text-align: center;
}
.singlePic{
	display:table;
	height:100%;
	margin:0 auto;
	text-align:center;
}
.singlePic a{
	height:100%;
display:table-cell;
vertical-align:middle;
}
.singlePic img{
	width:100%;
	height:100%;
	overflow:hidden;
}
.singlePic .spTitle{
	/* position:absolute; */
	display:table;
	bottom:0px;
	filter:alpha(opacity=80);opacity:.8;
	color:white;
	vertical-align:middle;
	z-index:2;
}
.singlePic .caption {
    z-index: 3;
    margin-top:-20px;
    height: 20px;
    /* line-height: 20px; */
	background-color: rgba(255, 255, 255, 0.28); 
}
.singlePic .titleSlide{
	opacity:20;
	display:none;
	text-align: center;
	word-wrap: break-word;
	word-break: normal; 
}

.single-pic-css {
	position: relative;
    overflow: hidden;
	display:inline-block;
/* 	width: 100%; */
}
.single-pic-css .navpic-caption {
	position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
	text-align:center;
	color:white;
	background-color: rgba(255, 255, 255, 0.28);
}
.single-pic-css .navpic-caption a{
	color:white;
}
.single-pic-css .hoverImg img:hover{ 
   	    transition: all 1s ease-in-out;
   	    -moz-transition: all 1s ease-in-out;
   	     -o-transition: all 1s ease-in-out;
   	     -webkit-transition: all 1s ease-in-out;
	    transform:scale(1.2,1.2);
   	    -webkit-transform:scale(1.2,1.2);
   	    -moz-transform:scale(1.2,1.2);
     	-o-transform:scale(1.2,1.2);
	}
.single-pic-css .hoverImg img{
	transition: all 1s ease-in-out;
   	    -moz-transition: all 1s ease-in-out;
   	     -o-transition: all 1s ease-in-out;
   	     -webkit-transition: all 1s ease-in-out;
	    transform:scale(1.0,1.0);
   	    -webkit-transform:scale(1.0,1.0);
   	    -moz-transform:scale(1.0,1.0);
     	-o-transform:scale(1.0,1.0);
} 