ul.lof-main-wapper li {
  position: relative;
  background: none;
}

/* slider layout */

.lof-slidecontent {position:relative;	overflow:hidden;	border:#fff solid 0px;}
.lof-slidecontent .preload {height:100%; width:100%;	position:absolute;	top:0;	left:0;	z-index:100000;	text-align:center;	background:#fff}
.lof-slidecontent .preload div {height:100%; width:100%; background:transparent url(jsnews/load-indicator.gif) no-repeat scroll 50% 50%;}
.lof-slidecontent .sliders-wrapper {position:relative; height:100%;	width:1140px;	z-index:3px; overflow:hidden;}
.lof-slidecontent ul.sliders-wrap-inner {overflow:hidden;	background:transparent url(jsnews/load-indicator.gif) no-repeat scroll 50% 50%;	padding:0px;	margin:0;	position:absolute; overflow:hidden;}
.lof-slidecontent ul.sliders-wrap-inner li {overflow:hidden;	padding:0px;margin:0px;	float:left;	position:relative;}
.lof-slidecontent .lof-opacity li {position:absolute;	top:0; left:0;	float:inherit;}
.lof-slidecontent .navigator-content {
  position: absolute;
  background: none;
  top: 464px;
  padding: 0;
  position: absolute;
  right: 100px;
}
.lof-slidecontent .navigator-wrapper {
  position: relative;
  z-index: 10;
	height: 180px;
	width: 310px;
	overflow: hidden;
	float: left;
}
.lof-slidecontent ul.navigator-wrap-inner {
  top: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}
.lof-slidecontent ul.navigator-wrap-inner li {
  background: none;
  cursor: hand;
  cursor: pointer;
  list-style: none;
  padding: 0;
  margin-left: 0px;
  overflow: hidden;
  float: left;
  display: block;
  text-align: center;
  color: #747474;
}

/*******************************************************/
 
ul.sliders-wrap-inner li img {
  padding: 0px;
}
.lof-slidecontent .slider-description a.readmore {color: #000; font-size: 95%; }
.lof-slidecontent .slider-description a {color: #fff; }
.lof-slidecontent .slider-description {
	z-index: 100px;
	position: absolute;
	top: 195px;
	left: 597px;
	width: 360px;
	height: 210px;
	padding: 0px;
}
.lof-slidecontent .slider-description h4 {
  font-size: 14px; margin: 10px 0; padding: 0;
}
.lof-slidecontent .slider-description .slider-meta a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.lof-slidecontent .item-meta a:hover {
  text-decoration:underline;
}
.lof-slidecontent .item-meta em {
  font-style: oblique;
}

/* item navigator */
 
.navigator-wrapper {
  color: #fff;
  float: left;
  height: 180px;
  overflow: hidden;
  position: relative;
  width: 310px;
  z-index: 100;
}
.navigator-wrap-inner {
	top: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
}
.lof-slidecontent ul.navigator-wrap-inner li {
	float: left;
	display: inline-block;
	list-style: none;
	padding: 0;
  margin: 0;
  color: #747474;
	cursor: hand;
	cursor: pointer;
}
.lof-slidecontent ul.navigator-wrap-inner li span {
	dposition: relative;
	display: block;
  width: 24px;
  height: 27px;
  font-size: 17px;
	line-height: 27px;
  color: #747474;
  background: #fff;
	text-align: center;
  margin-left: 4px;
}
.lof-slidecontent ul.navigator-wrap-inner li.active,
.lof-slidecontent ul.navigator-wrap-inner li:hover {
	display: block;
  color: #fff;
}
.lof-slidecontent ul.navigator-wrap-inner li.active span,
.lof-slidecontent ul.navigator-wrap-inner li:hover span {
	display: block;
  background: #60c000;
	color: #fff;
  text-align: center;
	-moz-transition: background-color 0.8s
}
.lof-slidecontent .button-next, 
.lof-slidecontent .button-previous {
	display: block;
	width: 20px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	height: 100%;
	z-index: 40;
	top:0;
	text-indent:-999px;
}
.lof-slidecontent .button-next {
	right: 0px;
	background: url(jsnews/next.png) no-repeat right center;
}
.lof-slidecontent .button-previous {
	left: 0px;
	background: url(jsnews/previous.png) no-repeat left center;
}
.lof-slidecontent .button-control {
  float: left;
  height: 27px;
  width: 30px;
	cursor: hand;
	cursor: pointer
}
.lof-slidecontent .action-start  {
	background: url(jsnews/play.png) no-repeat center center #fff;
  margin-right: 10px;
}
.lof-slidecontent .action-stop  {
	background: url(jsnews/pause.png) no-repeat center center #fff;
  margin-right: 10px;
}
