@charset "utf-8";

.carousel-box {
	position: relative;
	padding: 8px 16px;
}


.cb-loading .cb-item {
	display: none;}
.cb-loading .item-loading {
	display: block;
	width: 100%;
	visibility: hidden;
}
.cb-item {
	width: 25%;
	text-align: center;}
.cb-loading {
	background:#fff url("img/cb_loader.gif") no-repeat 50% 50%;
	opacity: 0.2;
}

.cb-item > a {
	display: block;
	padding: 0 10px;}
.cb-item-img {
	display: block;}
.cb-ctrls {
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 13px;
	height: 21px;
	margin-top: -10px;
	background-image: url('img/cb_ctrls.png');
	background-repeat: repeat;
	opacity: 1;
	}
.cb-prev {
	left: 5px;
	background-position: 0 50%;}
.cb-next {
	right: 5px;
	background-position: -13px 50%;}
	