/*
Create a cms-block called image-slider-cms.
Place the content you want to slide in a unordered list.
*/



/*wrapper*/
#slider{
	border-bottom: none;
}

/*The width of the sliding content*/
#slider li{
	margin: 0;
	background: #000;
	width: 900px;
	height: 300px;
}
/*If Numeric is activated */
ol#controls{
	border: 1px solid #666;
	background: #ccc;
	bottom: 0;
	height: 29px;
	padding: 9px 0 0 0;
	text-align: right;
	margin-bottom: 20px;
}

ol#controls li{
	padding: 2px 7px 2px 7px;
	font-size: 14px;
	display: inline;
	margin: 0 15px 0 0;
}

ol#controls li.current{
	background: #000;
}

ol#controls li a{
	color: #000;
}

ol#controls li.current a{
	color: #fff;
}