@charset "utf-8";
/* CSS Document */
.lof-slidecontent{
	position:relative;
	width:643px;
	height:280px;
	overflow: hidden;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	background:#fff;
	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%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:380px;
	z-index:3px;
	overflow:hidden;
}
ul.lof-main-wapper{
	background:transparent url(images/load-indicator.gif) no-repeat scroll 83% 50%;
	padding:0px;
	margin:0;
	position:absolute;
	overflow:hidden;
	overflow:hidden;
	height:300px;
	width:600px;
}
ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:600px;
	float:left;
	position: absolute;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px;	
	width:380px;
	height: 280px;
}
/* item navigator */
.lof-navigator-outer{
	position:absolute;
	right:0px;
	top: 0px;
	left: 360px;
	z-index:100px;
	color:#fff;
	width: 243px;
	height: 280px;
}
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	padding:0;
	margin:0;
}
.lof-navigator li.active{
	background:url(images/arrow-bg.gif) no-repeat scroll left center; 
}
.lof-navigator li h3{
	margin:0;
	padding: 0;
	width: 230px;
	height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
.lof-navigator li.active h3{
	color:#7d1315;
}
.lof-navigator li div{
	color: #333333;
	height: 69px;
	width: 230px;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 10px;
	position:relative;
	background-image: url(images/strip-bar.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.lof-navigator li.active div{
	border: solid 1px #7d1315;
}