@charset "utf-8";
/* CSS Document */

.lof-slidecontent {
	width:668px;
	height:294px;
	overflow:hidden;
	position:relative;
	padding:10px;
}
.lof-slidecontent .preload {
	top:0;
	left:0;
	color:#FFF;
	z-index:100000;
	background:#FFF;
 	text-align:center;
	position:absolute;
}
.lof-slidecontent .preload div {
	width:100%;
	height:100%;
	background:transparent url(http://sotc.in/images/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-slidecontent ul {
	margin:0;
}
.lof-slidecontent ul li {
	cursor:hand;
	cursor:pointer;
	list-style-type:armenian;
	padding:0
}
/*---------------------------------------------------------------------*/

.lof-main-wapper {
	margin-left:auto;
	overflow:hidden;
	background:transparent url(http://sotc.in/images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	width:668px;
	height:268px;
}
.lof-main-wapper .lof-main-item {
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	position:absolute;
}
.lof-main-wapper .lof-main-item img {
	padding:0px;
}
/*---------------------------------------------------------------------*/

ul.lof-navigator {
}
.lof-navigator-outer {
	right:10px;
	bottom:10px;
	z-index:100;
	position:absolute;
}
.lof-navigator-item {
	float:left;
	width:16px;
	height:15px;
	display:block;
	margin-left:3px;
	text-align:center;
	background:#FFF;
	padding:5px 0 0 0;
	border:#F00 solid 1px;
	font-size:10px;
}
.lof-navigator-item div {
	margin-right:12px;
}
.lof-navigator .active {
	color:#FFF;
	background:#F00;
}
.lof-navigator-item img {	
	margin:2px;
	padding:2px;
	width:40px;
	float:left;
	border:#FFC solid 1px;
}
li.lof-navigator-item:hover {
	color:#F00;
	background:#FFF;
}

/*---------------------------------------------------------------------*/

.tip-tip {
	width:175px;
	height:135px;
	z-index:13000;
	background:url(http://sotc.in/images/popup_bg.png) no-repeat;
}
.tip {
	width:175px;
	height:135px;
	z-index:13000;
	background:url(http://sotc.in/images/popup_bg.png) no-repeat;
}
.tip-title {
	color:#FFF;
	width:175px;
	font-size:10px;
	padding:10px 0 0 0;
	text-align:center;
}
.tip-text {
	font-size:11px;
	padding:4px 0 0 0;
	text-align:center;
	background:transparent url(http://sotc.in/images/load-indicator.gif) no-repeat scroll 50% 50%;
}
.tip-text img{
	border:#999 solid 1px;
	margin-left:7px;
	padding:1px;
}

/*--------------------------------------------------------------------------*/

.image-marquee-bg{
	height:100px;
	padding:10px;
	position:relative;
	border:#CCCCCC solid 1px;
}
.image-marquee{
	top:10px;
	left:10px;
	width:880px;
	height:100px;
	overflow:hidden;
	position:absolute;
}
.view_more {
	left:10px;
	bottom:10px;
	z-index:100;
	height:15px;
	display:block;
	font-size:10px;
	position:absolute;
	border:#F00 solid 1px;
}
.view_more a {
	height:15px;
	padding:0 10px;
	display:block;
}
.view_more a:hover {
	color:#FFF;
	background:#F00;
}
