@charset "utf-8";
/* CSS Document */
.lof-slidecontent {
	position: relative;
	overflow: hidden;
	width: 770px;
	height: 330px;
}
.lof-slidecontent .preload {
	width: 540px;
	height: 330px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000;
	text-align: center
}
.lof-slidecontent .preload div {
	height: 100%;
	width: 100%;
	/*background: transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;*/
}
/* main flash */
.lof-main-wapper {
	overflow: hidden;
	/*background: transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;*/
	padding: 0px;
	height: 330px;
	width: 540px;
	position: relative;
	overflow: hidden;
}
.lof-main-wapper .lof-main-item {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
}
.lof-main-wapper .lof-main-item img {
	padding: 0px;
	width: 540px;
	height: 330px;
}
.lof-main-item-desc {
	z-index: 100px;
	position: absolute;
	bottom: 50px;
	left: 0px;
	width: 200px;
	padding: 10px;
	background: url(../img/transparent_bg.png);
}/* item navigator */

.lof-main-item-desc h3 a{
	font-size:18px;
	color:#ff0000;
	text-transform:uppercase;
	font-weight:100;
	padding-top:5px;
}

.lof-main-item-desc p{
	font-size:14px;
	color:#000;
}

ul.lof-navigator {
	top: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 230px;
}
ul.lof-navigator li {
	cursor: hand;
	cursor: pointer;
	list-style: none;
	width: 100%;
	padding: 0;
	opacity: 0.5;
	overflow: hidden;
	margin-bottom:10px;
	height:106px;
}
.lof-navigator-outer {
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 100;
	height: 330px!important;
	width: 220px;
	overflow: hidden;
	padding-left:10px;
}
.lof-navigator li.active {
	opacity: 1;
}
.lof-navigator li:hover {
	opacity: 1;
}
.lof-navigator li img {
	width: 208px;
	
	padding: 0px;
}
