<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.loader_lig{
	/*background:url(slidex_images/loader.gif) no-repeat center center;*/
	width:100%;
	height:100%;
}

.arrow_left{
	position:absolute;
	top:45%;
	left:7%;
	float:left;
	width:25px;
	height:25px;
	background:url(slidex_images/arrow_left.png);
	z-index:1000;
}
.arrow_right{
	position:absolute;
	top:45%;
	right:7%;
	float:left;
	width:25px;
	height:25px;
	background:url(slidex_images/arrow_right.png);
	z-index:1000;
}

.base{
	width:100%;
	height:22%;
	position:absolute;
	bottom:0px;
	left:0;
	background:url(slidex_images/transp.png);
	list-style:none;
}

.case_study .base{
	bottom:-50px;
}
.base div .tit{
	position:absolute;
	width:80%;
	float:left;
	top:0;
	left:0;
	padding-left:118px;
	text-align:left;
	color:#FFF;
	font-size:20px;
	font-weight: 0;
}
.transition{
	position:absolute;
	right:34px;
	top:0px;
	margin:10px;
}
.transition span{
	width:10px;
	height:10px;
	float:right;
	margin:4px;
	background:#FFF;
}
.transition span.sel{
	background:#6a6370;
}

#panel{
float:right;
margin-right: -20px;
clear:both;
width:100%;
height:20px;
margin-top:-15px;
text-align:right!IMPORTANT;
}
#panel span{
	float:right!important;
	width:10px;
	height:10px;
	float:left;
	margin:4px;
	background:#ccc;
}
#panel span.sel{
	background:#ac0707;
}
.sub_slide{
	position:relative;
	margin:none;
	padding:0;
	margin-left:-193px;
}
.sub_slide.big{
	position:relative;
	margin:none;
	padding:0;
	margin-left:-222px;
}
.sub_slide #rightbt{
	position:absolute;
	top:47%;
	right:-65px;
	float:left;
	width:20px;
	height:20px;
	background:url(../Images/right_bt.jpg) no-repeat 0px 0px;;;
}
.sub_slide #leftbt{
	position:absolute;
	top:47%;
	left: -65px;
	float:left;
	width:20px;
	height:20px;
	background:url(../Images/left_bt.jpg) no-repeat 0px 0px;;;
}
.sub_slide.big #rightbt{
	position:absolute;
	top:490px;
	right:10px;
	float:left;
	width:28px;
	height:28px;
	background:url(../Images/right_bt.jpg) no-repeat;
}
.sub_slide.big #leftbt{
	position:absolute;
	top:490px;
	left:-5px;
	float:left;
	width:28px;
	height:28px;
	background:url(../Images/left_bt.jpg) no-repeat;
}

.starstop{
background:url(../Images/playstop.png) no-repeat;
float:left;
width:30px;
height:30px;
position:absolute;
right:5px;
bottom:10px;
background-position:0 -35px;
z-index:1000;
}
.starstop.pause{
background-position:0 0px;
}

</pre></body></html>