.lof-slidecontent{
	position:relative;
	overflow:hidden;
	/*width:602px;*/
	width:610px;
	height:280px;

}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	color:#FFF;
	text-align:center
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:480px;
	z-index:3px;
	overflow:hidden;
	
}


/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	background:transparent url(load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0;
	margin:0;
	height:319px;
	width:460px;
	position:absolute;
	margin-top:9px;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:480px;
	float:left;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px;	
	width:480px;
}

/* item navigator */
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	width: 123px !important;
	
}
.lof-navigator-outer{
	position:absolute;
	right:0;
	top:0;
	z-index:100;
	height:319px;
	width:440px;
	overflow:hidden;
	color:#FFF
}
.lof-navigator li.active{
	behavior: url("js/iepngfix.htc");
	background:url(arrow-bg.png) no-repeat scroll left center; 
	color:#FFF
}
.lof-navigator li:hover{
	
}


.lof-navigator li div{
	background:url(homeSliderGradLightBg.gif);
	color:#666666;
	position:relative;
	border:1px solid #cccccc;
	padding-top:5px;
	padding-bottom:5px;
	border-top:0px;
	height:79px;
}

.lof-navigator li.active div{
	background:url(homeSliderGradDarkBg.gif);
	color:#FFF;
	border:1px solid #999999;
}
.lof-navigator li img{
	width:110px;
	height:76px;
	margin:0px 5px 5px 4px;
	float:left;
	border:#999 solid 1px;
}
.lof-navigator li.active img{
	border:#ecedf1  solid 1px;
}


/* ONEMLI */

.lof-snleft .lof-main-outer {
	float:right;

}
/* move the main wapper to the right side */
	.lof-snleft .lof-main-wapper {
	margin-left:auto;
	margin-right:inherit;
	clear:both;
	height:319px;
}
/* move the navigator to the left  side */
	.lof-snleft .lof-navigator-outer {
	left:1px;
	top:9px;
	right:inherit;
}
ul.lof-main-wapper li {
	position:relative;
		
}
.lof-snleft .lof-navigator .active {
	background:url(arrow-bg2.gif) center right no-repeat;
}
.lof-snleft .lof-navigator li div {
	margin-left:inherit;
	/*margin-right:18px;*/
}
.lof-snleft .lof-navigator li.active div {
	margin-left:inherit;
	/*margin-right:18px;
	background:url(grad-bg2.gif)*/
}

.lof-main-outer .lof-next,  .lof-main-outer .lof-previous{
	display:block;
	width:40px;
	height:76px;
	color:#FFF;
	cursor:pointer;
	position:absolute;
	z-index:3;
	bottom:-15px;
	text-indent:-999px;
}
.lof-main-outer .lof-next {
	right:8px;
	behavior: url("js/iepngfix.htc");
	background:url(homeSliderNavigationRightOn.png) no-repeat right center;
}
.lof-main-outer .lof-previous {
	right:40px;
	behavior: url("js/iepngfix.htc");
	background:url(homeSliderNavigationLeftOn.png) no-repeat left center;
}

.lof-main-outer .lof-next a:hover{
	right:8px;
	behavior: url("js/iepngfix.htc");
	background:url(homeSliderNavigationRightOff.png) no-repeat right center;
}
.lof-main-outer .lof-previous a:hover{
	right:40px;
	behavior: url("js/iepngfix.htc");
	background:url(homeSliderNavigationLeftOff.png) no-repeat left center;
}