html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, table, th, td, span{padding:0;margin:0;}
#full-screen-slider { width:100%; height:100%;position:relative;z-index: 990;}
#slides { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:relative;z-index: 990;}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute;left:0px;z-index: 990;}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:table; list-style:none; position:relative; left: 50%; margin-left: -100px; top:-40px; z-index:9900;  padding:5px 15px 5px 0; margin:0
	
	/*animation: fk_adsorptionRound_num .6s ease-in;
    -webkit-animation: fk_adsorptionRound_num .6s ease;*/
    transform: translate3d(0px,0px,0px) scale(0,0);

}
#pagination li {	margin:0 13px;	 display:block; list-style:none; width:18px; height:18px; float:left; border-radius:9px; background:#858585; color: #fff;}
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0; line-height: 18px; color:#fff;}
#pagination li.current { 
	background:#858585; 
	/*transform: scale(1.5, 1.5); 
	transition: all 0.6s;*/

	transform: translate3d(0px,0px,0px) scale(1.5,1.5);
	-webkit-transform: translate3d(0px,0px,0px) scale(1.5,1.5);
	-moz-transform: translate3d(0px,0px,0px) scale(1.5,1.5);
	-o-transform: translate3d(0px,0px,0px) scale(1.5,1.5);

	animation: fk_adsorptionRound_num .6s ease-in;
	-webkit-animation: fk_adsorptionRound_num .6s ease;
	-moz-animation: fk_adsorptionRound_num .6s ease;
	-o-animation: fk_adsorptionRound_num .6s ease;

}
#pagination li.current a{}


/*
transform: translate3d(326px, 0px, 0px) scale(1.5, 1.5);



position: relative;
    transform: translate3d(0px,0px,0px) scale(1,1);
    animation: fk_adsorptionRound_num .6s ease-in;
    -webkit-animation: fk_adsorptionRound_num .6s ease;
*/

@keyframes fk_adsorptionRound_num {
	0% {
		transform: translate3d(0px,0px,0px) scale(0,0);
	}

	33% {
		transform: translate3d(0px,0px,0px) scale(0.33,0.33);
	}

	66% {
		transform: translate3d(0px,0px,0px) scale(0.66,0.66);
	}

	98% {
		transform: translate3d(0px,0px,0px) scale(0.98,0.98);
	}
}
@-moz-keyframes fk_adsorptionRound_num {
	0% {
		-moz-transform: translate3d(0px,0px,0px) scale(0,0);
	}

	33% {
		-moz-transform: translate3d(0px,0px,0px) scale(0.33,0.33)
	}

	66% {
		-moz-transform: translate3d(0px,0px,0px) scale(0.66,0.66)
	}

	98% {
		-moz-transform: translate3d(0px,0px,0px) scale(0.98,0.98)
	}
}
@-webkit-keyframes fk_adsorptionRound_num {
	0% {
		-webkit-transform: translate3d(0px,0px,0px) scale(0,0);
		
	}

	33% {
		-webkit-transform: translate3d(0px,0px,0px) scale(0.33,0.33)
	}

	66% {
		-webkit-transform: translate3d(0px,0px,0px) scale(0.66,0.66)
	}

	98% {
		-webkit-transform: translate3d(0px,0px,0px) scale(0.98,0.98)
	}
}
@-o-keyframes fk_adsorptionRound_num {
	0% {
		-o-transform: translate3d(0px,0px,0px) scale(0,0);
	}

	33% {
		-o-transform: translate3d(0px,0px,0px) scale(0.33,0.33)
	}

	66% {
		-o-transform: translate3d(0px,0px,0px) scale(0.66,0.66)
	}

	98% {
		-o-transform: translate3d(0px,0px,0px) scale(0.98,0.98)
	}
}