.klf-root {
	margin:10px 0;
	overflow:hidden;
	position:relative;
}

.klf{
	position:relative;

}

.klf .klf-hdr {
	margin: 15px 0px;
	font-size: 13px;
	color: #5A5757;
}

.klf-root .klf-lst, .klf-root.fxd .klf-lst{
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
	vertical-align:middle;
	position:relative;
	width:10000px
}

.full-width .klf-root .klf-lst{
	width:100%;
}

.klf-root .klf-lst li{
	display:inline-block;
	width:119px;
	height:50px;
	/* transition: left 0.5s ease-in-out; */
	margin-right:9px;
}
.full-width .klf-root .klf-lst li{
	width:15.5%;
}

.klf-root .klf-lst.klf-imgs li{
	width:140px;
	height:140px;
}

.klf-root .klf-lst.klf-imgs .txt{
	padding:5px;
	text-align:center;
	font-size:13px;
	display:block;
}

.klf-root .klf-lst.klf-imgs a.txt:hover {
	background:none;
}
.klf-root .klf-lst li a.top{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	margin: auto;
	width: 93%;
	background:#aaa;
	border-radius: 4px;
	padding: 8px 5px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	vertical-align: middle;
	margin: auto;
}
.klf-root .klf-lst.klf-imgs li a.top{
	background:#fff;
	border:1px solid #ccc;
}
.klf-root .klf-lst li a:hover{
	color:#fff !important;
	background: #3A3838;
}
.klf-root .klf-lst li a *{
	display:inline-block;
	vertical-align:middle;
	color:#fff !important;
}
.klf-root .klf-lst li a img{
	display:inline;
	max-width:100%;
	max-height:100%;	
}
.klf-root .klf-lst li a i{
	height:100%;	
}

.klf .klf-next, .klf .klf-prev {
	position:absolute;
	height:100%;
	width:20px;
	top:0;
	background:#f5f5f5;
	display:none;
}
.klf .klf-next{
	right:-15px;
}
.klf .klf-prev {
	left:-15px;
}

.klf-root .klf-lst{
	height:53px;
 }
                                
.klf-root .klf-lst li a.top {
	height:36px;
}
                                
/* In case of filmstrip with 5 boxes in a page, increased the width */
.klf-root.fxd .klf-lst li a.top{
                  width:93%;
  }
  
  .klf .klf-prev, .klf .klf-next {
                  background:none;
                  width:15px;
  }
  .klf .klf-prev b, .klf .klf-next b{
                  width: 15px;
                  height: 21px;
                  background: url(http://ir.ebaystatic.com/pictures/aw/pics/cmp/ds3/sprds3_18.png) no-repeat scroll -37px -49px;
                  display: block;
                  margin-top: 45px;
                  cursor:pointer;
  }
  .klf .klf-next.act b:hover{
                  background-position:-53px -49px;
  }
  .klf .klf-prev.act b:hover{
                  background-position:-16px -49px;
  }
  
  .klf .klf-prev.act b {
                  background-position:0px -49px;
  }
  .klf .klf-prev b, .klf .klf-prev.dis b{
                  background-position:-66px -49px;
  }
  .klf .klf-next.dis b{
                  background-position:-85px -49px;
  }

 