/*  slider container(s) */
#containerSlider1 {
	position: relative;
	margin:0px;
	width:960px;
	height: 370px;
	right:0px;
	
}
.itemSlider1 {
	display: block;
	width: 960px;
	height: 370px;
	position:absolute;
	top:0px;
	right:0px;
	
}
.leftImageHolder {
	display: block;
	width: 530px;
	height: 370px;
	float:left;
	margin-left:10px;
}
.leftTextHolder {
	display: block;
	overflow:hidden;
	float:right;
	width:312px;
	height: 370px;
	padding:40px 10px 0px 0px;
}
.itemSlider1 h1 {
	color: #000;
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:32px;
	text-indent:-9999px; 
	height:54px;
	margin-bottom:25px;
}

.itemSlider1 h1.home_caption1 {background:url(../images/head_elimate_time_wasted.jpg) left top no-repeat; height:93px;}
.itemSlider1 h1.home_caption2 {background:url(../images/head_reduce_absenteeism.jpg) left top no-repeat; height:54px;}
.itemSlider1 h1.home_caption3 {background:url(../images/head_empower_employees.jpg) left top no-repeat;  height:86px;}
.itemSlider1 h1.home_caption4 {background:url(../images/head_make_informed_decisions.jpg) left top no-repeat; height:61px;}
.itemSlider1 h1.home_caption5 {background:url(../images/head_minimise_impact.jpg) left top no-repeat;  height:54px;}



.leftTextHolder p {color:#898a89; font-size:13px;margin-bottom:18px; padding-right:30px;}
.leftTextHolder img {float:left;}

.leftTextHolder .version {font-weight:bold; color:#121212; padding:10px 0px 0px 12px; display:block; float:left;}

.leftTextHolder .more_btn {clear:both; margin-top:24px; display:block;}
.leftTextHolder .more_btn a { width:128px; height:32px; display:block; background:url(../images/knomore_btn.jpg) left -33px no-repeat; color:#616161;}
.leftTextHolder .more_btn a:hover {width:128px; height:32px; display:block; background:url(../images/knomore_btn.jpg) left 0px no-repeat;}






/* controls styling */
#controlsSlider1 {
	display: block;
	font-size:10px;
	float:right;
	position: relative;
	right:8px;
	top:325px;
	height:20px;
	width: 250px;
}

.num_navSlider1 {
	display:block;
	float:right;
	display:block;
	height:18px;
	margin-top:2px;
	
}

.num_navSlider1 ul li {
	display: block;
	margin: 1px 2px 1px 1px;
	height:16px;
	width:15px;
	float:left;
}
.num_navSlider1 ul li a {
	display: block;
	padding: 2px 2px 0px 3px;
	color:#111;
	border: 1px solid #ddd;
	background-color:#fff;
}
.num_navSlider1 ul li a.active, .num_navSlider1 ul li a:hover {
	color:#fff;
	display: block;
	border-color: #333;
	background-color:#777;
}
.btn_over {
	color:#fff;
	border: 1px solid #fff;
	background-color: #80301D;
}
.clearit {
	clear: both;
}
