#lofslidecontent45{
	float:left;
	width:473px;
	margin-right:30px;
}
.lof-slidecontent, .lof-slidecontent a {
	color:#FFF;	
}
.lof-slidecontent a.readmore{
	color:#58B1EA;
	font-size:95%;
	
}
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	width:262px;
}
.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(../images/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	z-index:3px;
	overflow:hidden;
	width:465px;
	height:317px;
	padding:3px;
	border:1px solid #dcdcdc;
}


/*******************************************************/
.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:465px;
	background:url(../images/name_title.png) repeat-x;
	height:38px;
	text-indent:11px;
	line-height:38px;
	_background:#666;
}
.lof-main-item-desc p{
}
.lof-main-item-desc h3{
	padding:0;
	margin:0
}
.lof-main-item-desc h2{
	padding:0;
	margin:15px 0 0 0px;
}
.lof-main-item-desc h3 a{	
	margin:0;
	background:#C01F25;
	font-size:75%;
	padding:2px 3px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
	text-transform:uppercase;
	text-decoration:none
}
.lof-main-item-desc h3 a:hover{

	text-decoration:underline;
}
.lof-main-item-desc h3 i {
	font-size:70%;
}

/* main flash */
ul.lof-main-wapper{
	overflow:hidden;
	margin-left:3px;
	position:absolute;
	overflow:hidden;
	width:465px;
	height:317px;

}

ul.lof-main-wapper li{
	overflow:hidden;
	float:left;
	position:relative;
	width:465px;
	height:317px;
	margin-right:3px;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px;	
	width:465px;
	height:317px;

}

/* item navigator */
.lof-navigator-wapper {
	margin-top:11px;
	height:95px;
	position:relative;
	width:474px;
}
.lof-navigator-outer{
	position:relative;
	overflow:hidden;
	float:left;
}
ul.lof-navigator{
	padding:0;
	margin:0;
	position:absolute;
	width:421px;
	height:95px;
	overflow:hidden;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	margin-left:0px;
	overflow:hidden;
	float:left;
	display:block;
	text-align:center;
	width:82px;
	height:95px;
}
ul.lof-navigator li img{
	border:#cccccc solid 1px;	
	background:#fff;
	padding:2px;
	width:123px;
	height:87px;
}

ul.lof-navigator li.active img, ul.lof-navigator li:hover img {
	background:#cccccc;
}
.lof-navigator-wapper .lof-next,  .lof-navigator-wapper .lof-previous{
	display:block;
	width:22px;
	height:30px;
	color:#FFF;
	cursor:pointer;
	width:17px;
	height:95px;
	top:0px;
	text-indent:-999px;

}
.lof-navigator-wapper .lof-next {
	background:url(../images/next.jpg) no-repeat;
	float:left;
}
.lof-navigator-wapper .lof-previous {
	background:url(../images/prev.jpg) no-repeat;
	float:right;
}