/* Home page slider declarations ========================================================= */
	
	#layerslider {
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	width: 938px;
	height: 358px;
	border: 1px solid #d7d7d7;
	margin: 0;
	padding: 0;
	}
	
	#slider {
		float: left;
		width: 940px;
		height: 360px;	
	}
	
	#layerslider2 {
	position: relative;
	width: 938px;
	height: 588px;
	border: 1px solid #d7d7d7;
	margin: 0;
	padding: 0;
	}
	
	#slider2 {
		float: left;
		width: 940px;
		height: 590px;	
	}
	
	#layerslider3 {
	position: relative;
	width: 937px;
	height: 451px;
	border: 1px solid #d7d7d7;
	margin: 0;
	padding: 0;
	}
	
	#slider3 {
		float: left;
		width: 939px;
		height: 453px;	
	}
	
	#viewDemoLink {
		float: left;
		width: 460px;
		height: 40px;	
	}
	
	#whoAreYou {
		float: left;
		width: 460px;
		height: 40px;	
	}
	
	.slideUL {
		font-size: 12px;
		line-height: 14px;	
	}
	
	#slideText ul li {
		padding: 0px 26px;
		margin-bottom: 5px;
		list-style: none;
		background: url("../images/checkBox.jpg") no-repeat 10px center;
	}
	
	#slideText {
		position: absolute;
		left: 518px;
		top: 20px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 16px;
		width: 410px;
		height: 300px;
		
	}
	
	#slideText2 {
		position: absolute;
		left: 560px;
		top: 30px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 16px;
		width: 360px;
		height: 300px;	
	}
	
	#slideText3 {
		position: absolute;
		left: 520px;
		top: 20px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 0px 35px;
		line-height: 16px;
		width: 390px;
		height: 300px;	
	}
	
	#slideText3 ul li {
		padding: 0px 26px;
		margin-bottom: 5px;
		list-style: none;
		background: url("../images/checkBox.jpg") no-repeat 10px center;
	}
	
	#slideText2 ul li {
		padding: 0px 26px;
		margin-bottom: 5px;
		list-style: none;
		background: url("../images/checkBox.jpg") no-repeat 10px center;
	}
	
	#slideBtn {
		position: absolute;
		left: 695px;
		top: 200px;
		display:block;
		width:210px;
		height:30px;
		color: #fff;
		margin: 0;
		padding: 0;
	}
	
	#slideBtn1 {
		position: absolute;
		left: 695px;
		top: 250px;
		display:block;
		width:210px;
		height:30px;
		color: #fff;
		margin: 0;
		padding: 0;
	}
	
	#slideBtn2 {
		position: absolute;
		left: 730px;
		top: 503px;
		width:110px;
		height:36px;
		margin: 0;
		padding: 0;
	}
	
	#slideBtnContainer2 {
		display:block;
		float: left;
		width: 110px;
		height: 36px;
		margin-right: 20px;
		padding: 1px;
		border: 2px solid #e1e1e1;
		border-radius:4px 4px 4px 4px;
		-moz-border-radius:4px 4px 4px 4px;
		-webkit-border-radius:4px 4px 4px 4px;
		background-color: #fff;
		box-shadow: #959595 0px 0px 2px;
		-moz-box-shadow: #959595 0px 0px 2px;
		-webkit-box-shadow: #959595 0px 0px 2px;
		}
	
	#slideBtnContainer {
		display:block;
		float: left;
		width: 110px;
		height: 36px;
		margin-right: 20px;
		padding: 1px;
		border: 2px solid #e1e1e1;
		border-radius:4px 4px 4px 4px;
		-moz-border-radius:4px 4px 4px 4px;
		-webkit-border-radius:4px 4px 4px 4px;
		background-color: #fff;
		}
	
	.slideBtn a {
			display:block;
			float: left;
			width:108px;
			height:26px;
			padding-top: 8px;
			text-align: center;
			font-weight: bold;
			text-decoration: none;
			color: #14263b;
			border: 1px solid #ccd7e5;
			border-radius:2px 2px 2px 2px;
			-moz-border-radius:2px 2px 2px 2px;
			-webkit-border-radius:2px 2px 2px 2px;
			background-color: #e9f1f9;
			background-image: -moz-linear-gradient(top, #e9f1f9, #e1e9f2);
			background-image: -ms-linear-gradient(top, #e9f1f9, #e1e9f2);
			background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9f1f9), to(#e1e9f2));
			background-image: -webkit-linear-gradient(top, #e9f1f9, #e1e9f2);
			background-image: -o-linear-gradient(top, #e9f1f9, #e1e9f2);
			background-image: linear-gradient(top, #e9f1f9, #e1e9f2);
			background-repeat: repeat-x;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f1f9', endColorstr='#e1e9f2', GradientType=0);
		}
			
			.slideBtn a:hover{
				text-decoration: none;
				color: #14263b;
				border: 1px solid #ede1c7;
				border-radius:2px 2px 2px 2px;
				-moz-border-radius:2px 2px 2px 2px;
				-webkit-border-radius:2px 2px 2px 2px;
				background-color: #fef7e7;
				background-image: -moz-linear-gradient(top, #fef7e7, #f2ebdc);
				background-image: -ms-linear-gradient(top, #fef7e7, #f2ebdc);
				background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fef7e7), to(#f2ebdc));
				background-image: -webkit-linear-gradient(top, #fef7e7, #f2ebdc);
				background-image: -o-linear-gradient(top, #fef7e7, #f2ebdc);
				background-image: linear-gradient(top, #fef7e7, #f2ebdc);
				background-repeat: repeat-x;
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef7e7', endColorstr='#f2ebdc', GradientType=0);
	
			}
			
	.slideBtnText {
		padding-top: 12px;
		font-size: 12px;
	}
	
	.smallText2 {
		margin-top: -5px;
		margin-left: 10px;
	}

/* End of Home page slider declarations ========================================================= */

/* LayerSlider Styles */

.ls-inner {
	position: relative;
}

.ls-inner,
.ls-layer {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-layer > * {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-layer .ls-bg {
	left: 50%;
	top: 50%;
}

.ls-bottom-nav-wrapper {
	z-index: 2;
	height: 0px;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}


/* Home Page Carousel declarations ==================================================================================== */
	
	.carouselHeading {
		margin-top: 30px;
		margin-bottom: -10px;
		padding-left: 10px;	
	}
	
	.carousel {
		width: 615px;
		margin: 0px 40px 0px 40px;	
	}
	
	.image_carousel {
		padding: 15px 0 15px 35px;
		position: relative;
	}
	.image_carousel img {
		border-top: 2px solid #f2f2f2;
		border-bottom: 2px solid #f2f2f2;
		border-left: 2px solid #f2f2f2;
		border-right: 2px solid #f2f2f2;
		background-color: white;
		padding: 9px;
		margin: 7px;
		display: block;
		float: left;
	}
	a.prev, a.next {
		background: url(../images/carousel/carousel_sprite.png) no-repeat transparent;
		width: 45px;
		height: 50px;
		display: block;
		position: absolute;
		top: 65px;
	}
	a.prev {			left: -22px;
						background-position: 0 0; }
	a.prev:hover {		background-position: 0 -50px; }
	a.prev.disabled {	background-position: 0 -100px !important;  }
	a.next {			right: -22px;
						background-position: -50px 0; }
	a.next:hover {		background-position: -50px -50px; }
	a.next.disabled {	background-position: -50px -100px !important;  }
	a.prev.disabled, a.next.disabled {
		cursor: default;
	}
	
	a.prev span, a.next span {
		display: none;
	}
	.pagination {
		text-align: center;
		margin-right: 34px;
	}
	.pagination a {
		background: url(../images/carousel/carousel_sprite.png) 0 -150px no-repeat transparent;
		width: 15px;
		height: 15px;
		margin: 0 5px 0 0;
		display: inline-block;
	}
	.pagination a.selected {
		background-position: -25px -150px;
		cursor: default;
	}
	.pagination a span {
		display: none;
	}
	.clearfix {
		float: none;
		clear: both;
	}
	
	.link {
		text-align: left;
		margin-top: 35px;
		margin-bottom: -10px;
		padding-left: 17px;
	}

/* End of Home Page Carousel declarations =========================================== */