
/* для jquery.ck.js */

/* Автокомплит*/
.ck-stop-on-top{
	position: fixed;
	top: 0;
	z-index: 20;
}
.ck-acpanel {
	width: 380px;
	border: 2px solid #fed00b;
	border-top: none;
	border-radius: 0 0 3px 3px;
	background: #ffffff;
	color: #059ED7;
	display: none;
	position: absolute;
	top: 29px;
	z-index: 11;
	font-size: 11px;
}

.ck-acpanel ul {
	margin: 0;
	padding: 2px;
	list-style: none;
}

.ck-acpanel li {
	list-style: none;
	padding: 4px 10px;
	-webkit-user-select: none;
	cursor: default;
	color: #666666;
}
.ck-acpanel li.current {
	background: #fef3d4;
	color: #785419;
}
.ck-acpanel li:hover {
	text-decoration: underline;
}
.ck-acpanel li.current:hover {
	background: #fef3d4;
}
/* Подбор тура */
.ck-waiting{
	width: 120px;
	height: 90px;
	background: #ffffff;
	border: 1px solid #086378;
}
.ck-waiting .body{
	margin: 12px auto;
}

/* табы */

.ck-tabs-block>ul, .ck-tabs {
	overflow: hidden;
	list-style: none;
}

.ck-tabs-block>ul>li, .ck-tabs>li {
	list-style: none;
	float: left;
	cursor: pointer;
	padding: 4px 10px;/* по-умолчанию */
}

.ck-tabs-block>ul>li.current, .ck-tabs>li.current {
	background: #f15c15;/* по-умолчанию */
	color: #ffffff;/* по-умолчанию */
}

.ck-tabs-block>div {
	width: 100%;
	padding: 0;
	display: none;
}

.ck-tabs-block > div.current {
	display: block;
}

/* слайдер */

/* обязательно для слайдера */
.ck-slider-block {
	display: block;
	overflow: hidden;
	list-style: none;
}

.ck-slider-block>li {
	list-style: none;
	float: left;
	display: none;
	overflow: hidden;
}

.ck-slider-block>li:first-child {
	display: block;
}

/* стиль стрелок по-умолчанию */
.ck-left-arrow, .ck-right-arrow {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 120px;
}
.ck-left-arrow {
	background: url(/i/ps/arrowleft.png);
	left: 4px;
}
.ck-right-arrow {
	background: url(/i/ps/arrowright.png);
	right: 4px;
}

/* большие стрелки для большого превью */
.ck-big-left-arrow, .ck-big-right-arrow {
	background: url(/i/arr_all.png) no-repeat;
	width: 74px;
	height: 74px;
	position: absolute;
	top: 120px;
}
.ck-big-left-arrow {
	background-position: -76px -75px;
	left: 4px;
}
.ck-big-right-arrow {
	background-position: -76px -1px;
	right: 4px;
}

/* средние стрелки */
.ck-midl-left-arrow, .ck-midl-right-arrow {
	background: url(/i/arr_all.png) no-repeat;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 138px;
	display: none;
}
.ck-midl-left-arrow {
	background-position: -39px -114px;
	left: 8px;
}
.ck-midl-right-arrow {
	background-position: -39px -79px;
	right: 8px;
}

.mainimg:hover .ck-midl-left-arrow, .mainimg:hover .ck-midl-right-arrow {
	display: block;
}

.mainimg .ck-midl-left-arrow.disabled, .mainimg .ck-midl-right-arrow.disabled {
	display: none;
}

.ck-midl-left-arrow.hidden, .ck-midl-right-arrow.hidden {display: none;}
.ck-midl-left-arrow.disabled, .ck-midl-right-arrow.disabled {display: none;}

/* малые стрелки */
.ck-mini-left-arrow, .ck-mini-right-arrow {
	background: url(/i/arr_all.png) no-repeat;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	margin-top: -13px;
}
.ck-mini-left-arrow {
	background-position: -9px -98px;
	left: 8px;
}
.ck-mini-right-arrow {
	background-position: -9px -124px;
	right: 8px;
}
.ck-mini-left-arrow.hidden, .ck-mini-right-arrow.hidden {display: none;}
.ck-mini-left-arrow.disabled, .ck-mini-right-arrow.disabled {display: none;}

.ck-spots {
	list-style: none;
	position: absolute;
	bottom: 10px;
	left: 10px;
	overflow: hidden;
}

.ck-spots li {
	list-style: none;
	float: left;
	width: 8px;
	height: 8px;
	margin: 0 1px;
	background: #000000;
	border: 1px solid #000000;
	border-radius: 50%;
	cursor: pointer;
}

.ck-spots li.current {
	background: #ffffff;
}

.ck-spots li:hover {
	background: #f15c15;
}

.ck-spots li.current:hover {
	background: #0075a0;
}

/* Карусель */



/* слайдер */

/* обязательно для слайдера */
.ck-carousel-block {
	display: block;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ck-carousel-block>li {
	list-style: none;
	float: left;
	display: none;
	overflow: hidden;
}

.ck-carousel-block>li:first-child {
	display: block;
}