	#the-plasma-contianer {	 z-index: 0; }
	#the-plasma-contianer2 { z-index: 0; }
	.pls-conatiner{
	width:100%;
	float:left;
	position:relative;
	top:0px;
	left:0px;
	height:750px;
	background-image:url('../images/loading.gif');
	background-repeat:no-repeat;
	}
	.cycle-slideshow{width:100%;float:left;height:750px;}
	.inner-slide{width:100%;float:left;height:750px;}
	.pls-img{width:100%;height:auto;}
	.slide-next{width:50px;float: left;}
	.slide-prev{width:50px;float: right;}
    .hp-pls-arrows {width: 110px;position: absolute;bottom: 90px;left: 310px;}
	.flach{width:100%;padding-top:22px;height:45px;background-image:url('../images/fade-bg.png');background-repeat:repeat;
			  position:absolute;bottom:0px;right:0px;z-index:200;text-align:center;}
	/* pager */
	.cycle-pager {text-align: left;z-index: 200;overflow: hidden;margin: 15px 0;}
	.cycle-pager span {     font-family: arial; font-size: 35px; width: 18px; height: 18px; display: inline-block; 
							color: #6d6c6c; cursor: pointer; }
	.cycle-pager span.cycle-pager-active { color: #000000;}
	.cycle-pager > * { cursor: pointer;}
    .cycle-pager span.cycle-pager-active{background-color: rgb(255, 255, 255);width: 2px;margin-right: 15px; height: 40px;}
    .cycle-pager span {background-color: rgba(255, 255, 255, 0.3);width: 2px;margin-right: 15px;height: 20px;transition: all .4s ease;}