@charset "utf-8";
/* CSS Document */

#cf_slidePanel {
	/* Visible slide width and height */
	width: 980px;
	height: 380px;
	overflow: hidden;
	display: block;
	position: relative;
	top: -40px;
	margin-bottom: 0px;
	margin-top: 20px;
}
#slider {
	position: relative;
}
.cf_item {
    /* Item width and height, should match #slidePanel for best visual functioning. */
	width: 980px  ;
	height: 380px;
	background: #EEE;
	color: #111;
	display: block;
	float: left;
	vertical-align: top;
	overflow: hidden;
	margin: 0;
}
.cf_slide_content {
	margin: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	height: 90%;
	padding: 10px;
}
#cf_breadcrumbs {
	width: 600px;
	height: 40px;
	text-align:left;
	overflow: hidden;
	display: block;
	position: relative;
	top: 370px;
	left: 20px;
	z-index: 9999;
}
#cf_left_btn {
	width: 24px;
	height: 30px;
	background: #FFF;
	border: solid #FFF 2px;
	border-radius: 20px;
	color: #666;
	text-align: left;
	font-size: 20px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	text-shadow: 1px 1px #333;
	font-weight: bold;
	padding: 0 0 0 6px;
	font-family: "Arial Black", Gadget, sans-serif;
	position: relative;
	top: 130px;
	left: 0px;
	z-index: 1000;
	cursor: pointer;
	display: none;
}
#cf_right_btn {
	width: 24px;
	height: 30px;
	background: #FFF;
	border: solid #FFF 2px;
	border-radius: 20px;
	color: #666;
	text-align: left;
	font-size: 20px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	text-shadow: 1px 1px #333;
	font-weight: bold;
	padding: 0 0 0 6px;
	font-family: "Arial Black", Gadget, sans-serif;
	position: relative;
	top: -190px;
	left: 970px;
	z-index: 99999;
	cursor: pointer;
	display: none;
}
.cf_crumb {
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: rgba(235,1,5,0.6);
	border: none;
	padding: 8px;
	/*border-radius: 3px;*/
	margin: 3px;
	font-size: 1px;
	color: #FFF;
	cursor: pointer;
	-webkit-transform: skewY(90);
	transform: matrix(1,0,-0.4,1,0,0.005);
	font-size: .6em;
}
.cf_crumb:active {
	background-color: rgba(241,241,241,0.8);
}
/* You own element styles */
p.cf {padding: 10px;}
.li_head {
	color: #666;
	font-weight: bold;
}
/* Debugger styles */
#debugWindow {
	position: absolute;
	bottom: 0px;
	width: 95%;
	background-color: #2A2A2A;
	display: block;
	color: #91A7AF;
	padding: 10px;
	margin: 0px;
	height: 150px;
	overflow: scroll;
}
.dwin_error {
	color: #FF8207;
}
#slide_1 {
	background: url(../images/slider_company_01.jpg) no-repeat;
	width: 100%;
	height: 100%;
}
#slide_2 {
	background: url(../images/slider_service_01.jpg) no-repeat;
	width: 100%;
	height: 100%;
}
#slide_3 {
	background: url(../images/Slider_2Rad_gross_01.jpg) no-repeat;
	width: 100%;
	height: 100%;
}
#slide_4 {
	background: url(../images/slider_tpms_01.jpg) no-repeat;
	width: 100%;
	height: 100%;
}
#slide_5 {
	background: url(../images/slider_otr_01.jpg) no-repeat;
	width: 100%;
	height: 100%;
}
.slide-content {
	width: 480px;
	height: 170px;
	background: #fff url(../images/slide-chevron.png) no-repeat top right;
	position: relative;
	top: 180px;
	left: 460px;
	display: block;
	z-index: 5;
}
.inner-content {
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.1em;
}
