.csf_container h1{
    font-size: 24px;
    font-weight: normal;
    color: rgb(251,251,251);
    font-family: 'Microsoft Sans Serif';
}
.csf_container h1 span{
    background-color: rgb(67,67,67);
    padding-left: 10px;
    padding-right: 10px;
}
.csf_container h1 span.grey{
    color: rgb(210,210,210);
}
.csf_container h1 span.orange{
    background-color: rgb(253,124,2);
    font-weight: bold;
    padding-bottom: 3px;
}
.csf_container h1 span.blue{
    background-color: rgb(0,140,255);
    font-weight: bold;
}
.csf_container h1 span.green{
    background-color: rgb(100,200,0);/*rgb(240,0,200);*/
    font-weight: bold;
}

.csf_container {
	overflow: hidden;
	position: relative;
}

.csf_slider {
	overflow: hidden;
	position: relative;
	width: 300%;
	height: 325px;
	/* optional */
	margin-left: 0;
}

.csf_slider li {
	float: left;
	width: 33%;
	overflow:hidden;
	list-style:none;
	margin: 0;
	padding: 0;
}

/*
.karmic_flow_controller_selected {
	/* optional *
	background: #FFF !important;
	color: #663300 !important;
	padding: 7px 10px !important;
}*/