/**
Reset
*/

dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ol, ul, li {
  list-style: none;
  overflow: hidden;
}



.carrotCell {
	display: block;
	overflow: hidden;
	position: relative;
}

/** this is the clip pane
	make sure to specify a width and/or a height
*/
.carrotCellView {
	overflow: auto;
	position: relative;
}

.carrotCellView ol {
	display: block;
}

.carrotCellView li {
	overflow: hidden;
	float: left;
	display: block;
	position: relative;
}




/** navi
*/
.carrotCell .navi {
	display: block;
}

.carrotCell .navi li {
	display: inline-block;
	cursor: pointer;
}

.naviItem {
	display: inline-block;
}

/** disabled and invisible
*/

.carrotCell .disabled {
	opacity: 0.3;
}






/** demo carrotcell styles
*/

.carrotCellView {
	margin: 0 10px;
}


.carrotCellView li {
	width: 300px;
	height: 95px;
	border: 2px solid #333;
	margin: 10px;
}



.carrotCellView li span {
	font-size: 26px;
	position: absolute;
	top: 0;
	left: 0;
	color: #ffcc00;
	line-height: 1em;
}

.carrotCellView li img {
	height: 100px;
}

/** carrotcell buttons
*/



.navi {
	margin: 10px 0 0 10px;
}

.naviItem {
	display: inline-block;
	padding: 6px;
	margin: 3px;
	cursor: pointer;
	background: #ccc;
	color: #fff;
	font-weight: bold;
}

.navi .current {
	background: #99cc33;
}

.myNavi .current {
	background: #99cc33;
}


.kitten {
	width: 100%;
}

.kitten .carrotCellView {
	width: 100%;
}

.example {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.example .kitten {
	float: left;
	margin-right: 20px;
}

.example button.result {
	border: solid 1px #ccc;
	cursor: pointer;
	
}

.example .result {
	border: dashed 1px #ccc;
	line-height: 1.2em;
	padding: 10px;
	float: left;
	margin: 20px 20px 0 0;
}

.example .result input {
	border: solid 1px #ccc;
	display: inline;
	margin: 0;
	padding: 5px;
	width: 20px;
}

.block {
	overflow: hidden;
}
