#rotator .moduletable { margin: 0; }
.ckk-rotator {
	position: relative;
	width: 960px;
	height: 250px;
	overflow: hidden;
	background: #111;
}
.ckk-slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	height: 250px;
	opacity: 0;
	filter: alpha(opacity=0);
	display: block;
}
.ckk-slide.is-active {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
}
.ckk-slide img {
	width: 960px;
	height: 250px;
	border: 0;
	display: block;
}
.ckk-hp {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}
.ckk-form-error {
	color: #8a1f11;
	font-weight: bold;
}
.ckk-direct { margin: 8px 0; }
