@charset "utf-8";
/* CSS Document */
#lofslidecontent45
{
	width: 875px;
	height: 390px;
}
.lof-slidecontent, .lof-slidecontent a {
	color:#FFF;	
}
.lof-slidecontent a.readmore{
	color:#58B1EA;
	font-size:95%;
	
}
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	border:#F4F4F4 solid 1px;
}
.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/frameslide/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer
{
	position:relative;
	height:100%;
	width:100%;
	z-index:3px;
	overflow:hidden;
}


/*******************************************************/
.lof-main-item-desc
{
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
}
.lof-main-item-desc a.title
{
	background:url(../images/frameslide/transparent_bg2.png);
	padding: 20px;
	margin: 0;
	position:absolute;
	top: 20px;
	left: 20px;
	text-transform: uppercase;
	-webkit-transition: all .60s ease;  /* Saf3.2+, Chrome */
	-moz-transition: all .60s ease;  /* FF4+ */
	-ms-transition: all .60s ease;  /* IE10 */
	-o-transition: all .60s ease;  /* Opera 10.5+ */
	transition: all .60s ease;
}
.lof-main-item-desc a.title:hover
{
	background: #00871d;
}
.lof-main-item-desc a.title h1
{
	font-size: 22px;
	font-family: Tahoma;
	text-shadow: 1px 1px 1px #202020;
	font-weight: bold;
}
.lof-main-item-desc a.readmore
{
	background:url(../images/bt-khamphangay.png) no-repeat;
	width: 149px;
	height: 51px;
	padding: 0px;
	margin: 0;
	position:absolute;
	bottom: 20px;
	left: 20px;
	-webkit-transition: all .60s ease;  /* Saf3.2+, Chrome */
	-moz-transition: all .60s ease;  /* FF4+ */
	-ms-transition: all .60s ease;  /* IE10 */
	-o-transition: all .60s ease;  /* Opera 10.5+ */
	transition: all .60s ease;
}
.lof-main-item-desc a.readmore:hover
{
	background:url(../images/bt-khamphangay-hover.png) no-repeat;
}

/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	background:transparent url(../images/frameslide/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	position:absolute;
	overflow:hidden;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px;	
}

/* item navigator */
.lof-navigator-wapper {
	position:absolute;
	z-index: 11;
	bottom:10px;
	right:10px;
	background:url(../images/frameslide/transparent_bg.png) repeat;
	padding:5px 0px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.lof-navigator-outer{
	position:relative;
	z-index:100;
	height:180px;
	width:310px;
	overflow:hidden;
	color:#FFF;
	float:left
}
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	padding:0;
	margin-left:0px;
	overflow:hidden;
	float:left;
	display:block;

	text-align:center;

}
ul.lof-navigator li img
{
	border:#666 solid 3px;	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 70px;
	height: 70px;
}
ul.lof-navigator li.active img, ul.lof-navigator li:hover img {
	border:#fff solid 3px;
}
.lof-navigator-wapper .lof-next,  .lof-navigator-wapper .lof-previous{
	display:block;
	width:22px;
	height:30px;
	color:#FFF;
	cursor:pointer;

}
.lof-navigator-wapper .lof-next 
{
	float:left;	
	text-indent:-999px;
	margin-top: 25px;
	margin-right:5px;
	background:url(../images/frameslide/arrow-l.png) no-repeat right center;
}
.lof-navigator-wapper .lof-previous 
{
	float:left;	
	text-indent:-999px;
	margin-top: 25px;
	margin-left:5px;
	background:url(../images/frameslide/arrow-r.png) no-repeat left center;
}