.cycle-slider {
	width:230px;
	overflow:hidden;
	height:40px;
	padding:0 21px;
	position:relative;
}

/* navigation */
.cycle-slider a.next,
.cycle-slider a.prev {
	display:block;
	width:21px;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin:-8px 0 0;
}
.cycle-slider a.prev {
	background: url(/static/i/new_design/arrow-slider.png) no-repeat;
	left:0;
}
.cycle-slider a.next {
	right:0;
	background: url(/static/i/new_design/arrow-slider.png) no-repeat -21px 0;
}

/* item */
.cycle-slider .item {
	overflow:hidden;
	text-align:center;
	font:14px 'Open Sans', sans-serif;
	color:#5d5d5d;
	width:230px;
	height:40px;
}
.cycle-slider .item p { margin:0;}