#kxs {
	position: absolute; top: 660px; left:10px; z-index:900;
	}
#kxs a img {
	border: none;
	padding: 0;
	margin: 0;
	}
#kxs-box {
	display: none;
	position: absolute; bottom: 0; left:-50px; z-index: 9999;
	width: 860px; height: 560px;
	padding: 75px 100px;
	background: #000;
	color: #ccc;
	font-size: 12px;
	line-height: 1.33;
	text-align: center;
	overflow: hidden;
	-moz-box-shadow: 0 0 15px 0 #999;
	-webkit-box-shadow: 0 0 15px 0 #999;
	box-shadow: 0 0 15px 0 #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
#kxs-box a {
	color: rgb(136,197,64);
	}
#kxs-box a:hover {
	color: #fff;
	}
#kxs-box a:hover img {
	outline: 1px dotted rgb(136,197,64);
	}
#kxs-box .cross {
	position: absolute; top: 5px; right: 5px;
	width: 48px; height: 48px;
	background: #000;
	color: #ccc;
	font-size: 36px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
#kxs-box .cross:hover {
	background: #333;
	color: #fff;
	}

#kxs-box h4 {
	margin: 0 0 1em 0;
	font-size: 28px;
	font-weight: normal;
	}
#kxs-box p {
	margin: 1.5em 0;
	font-size: 21px;
	}
#kxs-box p.small {
	font-size: 16px;
	color: #999;
	}
#kxs-box p.big {
	margin: 0.5em 0;
	font-size: 36px;
	color: #fff;
	}
#kxs-box button {
	padding: 0 25px;
	margin: 25px;
	background: #666;
	color: #000;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
#kxs-box button:hover {
	background: #333;
	color: #fff;
	}

#kxs-box .countdown {
	position: absolute; bottom: 30px; right: 50px;
	font-size: 12px;
	}


#kxs-icon a {
	display:block;
	width: 158px;
	height: 54px;
	background: url('kxs-small.png') center left no-repeat;
	text-decoration: none;
	}
#kxs-icon a:hover img {
	visibility: hidden;
	}