/** demo carrotcell styles
*/



.prevNextExample,
.kitten,
.carrotCellView ol {
float: left;
margin:0;
padding: 0;
}

.carrotCellView li {
list-style: none;
margin:0; padding:0;width:232px;
padding-top : 6px;
padding-bottom : 6px;
}

.carrotCellView li.cloned {
}
 
 

/** carrotcell buttons
*/
.carrotCell .next,
.carrotCell .prev {
	position: absolute;
	text-decoration: none;
	font-family: arial;
	color: #666;
	background: #fff;
	padding: 3px;
	font-size: 10px;
	display: none;
	z-index: 1;
	cursor: pointer;
	text-transform: uppercase;
	border: solid 1px #ccc;
}

.carrotCell .next {
	right: 0px;
}

.carrotCell .prev {
	left: 0;
}

.carrotCell .pause,
.carrotCell .play,
.carrotCell .stop {
	margin: 10px 5px;
	float: left;
	border: solid 1px #ccc;
	padding: 3px 5px;
	cursor: pointer;
	display: block;
	float: left;
	color: #000;
}

.navi {
	margin: 10px 0 0 20px;
}

.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 {
}

.kitten .carrotCellView {
	width: 1160px;
}

