@charset "utf-8";
/* CSS Document */



/* slider layout */

.lof-slidecontent {
	width: 100%;
	height:300px; 
	float: right;
	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(load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-slidecontent .sliders-wrapper {
	position:relative;
	height:100%;
	width:700px;
	z-index:3px;
	overflow:hidden;
}
.lof-slidecontent ul.sliders-wrap-inner {
	overflow:hidden;
	background:transparent url(load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	position:absolute;
	overflow:hidden;
}
.lof-slidecontent ul.sliders-wrap-inner li {
	overflow:hidden;
	padding:0px;
	margin:0px;
	float:right;
	position:relative;
}
.lof-slidecontent .lof-opacity li {
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
.lof-slidecontent .navigator-content {
	position:absolute;
	right:0;
	top:0px;
	z-index:9;
	height:300px;
	width:500px;
	overflow:hidden;
	color:#FFF;
	font-size: 10px;
}
.lof-slidecontent .navigator-wrapper {
	position:relative;
	z-index:10;
	height:180px;
	width:500px;
	overflow:hidden;
	color:#FFF;
	float:right
}
.lof-slidecontent ul.navigator-wrap-inner {
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
.lof-slidecontent ul.navigator-wrap-inner li {
	cursor:hand;
	cursor:pointer;
	list-style:none;
	padding:0;
	margin-left:0px;
	overflow:hidden;
	float:right;
	display:block;
	text-align:right;
	position:relative;
}
/*******************************************************/

 

ul.sliders-wrap-inner li img {
	padding:0px;
}
.lof-slidecontent .slider-description a.readmore {
	color:#58B1EA;
	font-size:95%;
}
.readmore img
{
	width: 100%;
	height: 300px;
	
}
.lof-slidecontent .slider-description a {
	color:#FFF;
	text-shadow:0px 1px #000;

}
.lof-slidecontent .slider-description {	
	width:400px;
	background:url(bg_trans.png);
	height:50px;
	padding:10px;
	color:#FFF;
	font-size: 10px;
	text-align: right;
	top: 235px;
	color: #FFFFFF;
	padding:5px;
	left: 5px;
	overflow: hidden;
	position: absolute;
	z-index: 10000;
}
.lof-slidecontent .slider-description h4 {
	font-size: 14px;
	margin: 5px 0;
	padding: 0;
	position:absolute;
}
.lof-slidecontent .slider-description .slider-meta 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-slidecontent .item-meta a:hover {
	text-decoration:underline;
}
.lof-slidecontent .item-meta i {
	font-size:70%;
}
/* item navigator */

.lof-slidecontent ul.navigator-wrap-inner li.active {
	text-shadow:0px 0px #CCC;
	color:#FFF;
	background-attachment: scroll;
	background-image: url(arrow-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.lof-slidecontent ul.navigator-wrap-inner li.active a {
	text-shadow:0px 0px #CCC;
	
}

.lof-slidecontent ul.navigator-wrap-inner li > div {
	color:#FFF;
	height:100%;
	position:relative;
	border-top:1px solid #E1E1E1;
	margin-left: 15px;
	padding-left: 15px;
	margin-right: 5px;
	background-color: #c2380a;
}
.lof-slidecontent ul.navigator-wrap-inner li.active div {
	background:url(foshya-bg.png);
	color:#FFF;
}
.lof-slidecontent ul.navigator-wrap-inner li img {
	height:50px;
	width:50px;
	margin:15px 15px 10px 5px;
	float:right;
	padding:3px;
	border:#C5C5C5 solid 1px;
}
.lof-slidecontent ul.navigator-wrap-inner li.active img,  .lof-slidecontent ul.navigator-wrap-inner li:hover img {
	border:#6C8E5C solid 1px;
	float: right;
	margin-left: 5px;
	width: 50px;
	height: 50px;
}
.lof-slidecontent .button-next,  .lof-slidecontent .button-previous {
	display:block;
	width:40px;
	color:#FFF;
	cursor:pointer;
	position:absolute;
	height:100%;
	z-index:40;
	top:0;
	text-indent:-999px;
}
.lof-slidecontent .button-next {
	right:0px;
	background:url(next.png) no-repeat right center;
}
.lof-slidecontent .button-previous {
	left:0px;
	background:url(previous.png) no-repeat left center;
}
.lof-slidecontent .button-control {
	position:absolute;
	top:10px;
	right:90%;
	height: 20px;
	width: 20px;
	cursor:hand;
	cursor:pointer;
	background:url(transparent_bg.png) repeat;
}
.lof-slidecontent .button-control span {
	display:block;
	width:100%;
	height:100%;
}
.lof-slidecontent .action-start span {
	background:url(play.png) no-repeat center center;
}
.lof-slidecontent .action-stop span {
	background:url(pause.png) no-repeat center center;
}
/*------------------------------------==============================================*/
@media only screen and (max-width: 480px){
	
	
	.lof-slidecontent {
	width: 280px;
	height:300px; 
	float: right;
	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(load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-slidecontent .sliders-wrapper {
	
	position:relative;
	height:100%;
	width:300px;
	z-index:3px;
	overflow:hidden;
	
	/*display: none;*/
	
}
.lof-slidecontent ul.sliders-wrap-inner {
	/*display: none;*/
	overflow:hidden;
	background:transparent url(load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	
	margin:0;
	position:absolute;
	overflow:hidden;
}
.lof-slidecontent ul.sliders-wrap-inner li {
	/*display: none;*/
	overflow:hidden;
	padding:0px;
	margin:0px;
	float:right;
	position:relative;
}
.lof-slidecontent .lof-opacity li {
	
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
.lof-slidecontent .navigator-content {
	/*position:absolute;
	right:0;
	top:0px;
	z-index:9;
	height:300px;
	width:250px;
	overflow:hidden;
	color:#FFF;
	font-size: 10px;*/
	display: none;
}
.lof-slidecontent .navigator-wrapper {
	position:relative;
	z-index:10;
	height:180px;
	width:250px;
	overflow:hidden;
	color:#FFF;
	float:right
}
.lof-slidecontent ul.navigator-wrap-inner {
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
.lof-slidecontent ul.navigator-wrap-inner li {
	cursor:hand;
	cursor:pointer;
	list-style:none;
	padding:0;
	margin-left:0px;
	overflow:hidden;
	float:right;
	display:block;
	text-align:right;
	position:relative;
}
/*******************************************************/

 

ul.sliders-wrap-inner li img {
	padding:0px;
}
.lof-slidecontent .slider-description a.readmore {
	color:#58B1EA;
	font-size:95%;
}
	.readmore img
	{
		width: 50%;
		height:300px; 
		
	}
.lof-slidecontent .slider-description a {
	color:#FFF;
	text-shadow:0px 1px #000;

}
.lof-slidecontent .slider-description {	
	width:200px;
	background:url(bg_trans.png);
	height:50px;
	padding:10px;
	color:#FFF;
	font-size: 10px;
	text-align: right;
	top: 235px;
	color: #FFFFFF;
	padding:5px;
	left: 5px;
	overflow: hidden;
	position: absolute;
	z-index: 10000;
}
.lof-slidecontent .slider-description h4 {
	font-size: 14px;
	margin: 5px 0;
	padding: 0;
	position:absolute;
}
.lof-slidecontent .slider-description .slider-meta 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-slidecontent .item-meta a:hover {
	text-decoration:underline;
}
.lof-slidecontent .item-meta i {
	font-size:70%;
}
/* item navigator */

.lof-slidecontent ul.navigator-wrap-inner li.active {
	text-shadow:0px 0px #CCC;
	color:#FFF;
	background-attachment: scroll;
	background-image: url(arrow-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.lof-slidecontent ul.navigator-wrap-inner li.active a {
	text-shadow:0px 0px #CCC;
	
}

.lof-slidecontent ul.navigator-wrap-inner li > div {
	color:#FFF;
	height:100%;
	position:relative;
	border-top:1px solid #E1E1E1;
	margin-left: 15px;
	padding-left: 15px;
	margin-right: 5px;
	background-color: #c2380a;
}
.lof-slidecontent ul.navigator-wrap-inner li.active div {
	background:url(foshya-bg.png);
	color:#FFF;
}
.lof-slidecontent ul.navigator-wrap-inner li img {
	height:50px;
	width:50px;
	margin:15px 15px 10px 5px;
	float:right;
	padding:3px;
	border:#C5C5C5 solid 1px;
}
.lof-slidecontent ul.navigator-wrap-inner li.active img,  .lof-slidecontent ul.navigator-wrap-inner li:hover img {
	border:#6C8E5C solid 1px;
	float: right;
	margin-left: 5px;
	width: 50px;
	height: 50px;
}
.lof-slidecontent .button-next,  .lof-slidecontent .button-previous {
	display:block;
	width:40px;
	color:#FFF;
	cursor:pointer;
	position:absolute;
	height:100%;
	z-index:40;
	top:0;
	text-indent:-999px;
}
.lof-slidecontent .button-next {
	right:0px;
	background:url(next.png) no-repeat right center;
}
.lof-slidecontent .button-previous {
	left:0px;
	background:url(previous.png) no-repeat left center;
}
.lof-slidecontent .button-control {
	position:absolute;
	top:10px;
	right:90%;
	height: 20px;
	width: 20px;
	cursor:hand;
	cursor:pointer;
	background:url(transparent_bg.png) repeat;
}
.lof-slidecontent .button-control span {
	display:block;
	width:100%;
	height:100%;
}
.lof-slidecontent .action-start span {
	background:url(play.png) no-repeat center center;
}
.lof-slidecontent .action-stop span {
	background:url(pause.png) no-repeat center center;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
