.icon-central {
	text-align: center;
	font-size:4em;
	display: inline-block;
	text-decoration: none;
	width: 2em;
	height: 2em;
	padding: 0.33em 0;
	border-radius: 100%;
	position: relative;
	text-shadow: 0 0.025em 0.025em rgba(0, 0, 0, 0.2);
	background-repeat: repeat-x;
	background-position: 0 0;
	-moz-background-origin: border;
	-o-background-origin: border-box;
	-webkit-background-origin: border;
	background-origin: border-box;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	-webkit-transition: background-position 0.1s linear;
	
	transition:0.5s ease-in-out;
	/*
	border-width: 0.025em;
	border-style: solid;
	border-color: #becde1;*/
	background-color: #ebebec;
}
.icon-central:hover {
      background: #33cc99;
      box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3); 
	  background-color: #d3f6fb;
}

.ca-container{
	position:relative;
	margin:0px auto 0px auto;
	width:990px;
	height:340px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:330px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 0px;
	right:0px;
	padding:4px 13px;
	font-weight:normal;
	background-image:url(../images/ca_arrow.png);
	background-repeat:no-repeat;
	text-align:center;
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Myriad Pro", "Myriad Condensed Web", Arial;
	font-style:italic;
	text-decoration: none;
	font-size: 13px;

}
.ca-close{
	position:absolute;
	bottom:10px;
	right:10px;
	width:18px;
	height:18px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
	background-color: #4374a3;
	background-image: url(../images/cross.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:0px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background-image:url(../images/bg-time.jpg);
	overflow:hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e6e7e8;
	border-right-color: #e6e7e8;
	border-bottom-color: #e6e7e8;
	border-left-color: #e6e7e8;
}
.ca-item-main2{
	padding:0px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background-image:url(../images/bg_ing.jpg);
	overflow:hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e6e7e8;
	border-right-color: #e6e7e8;
	border-bottom-color: #e6e7e8;
	border-left-color: #e6e7e8;
}
.ca-item-main3{
	padding:0px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background-image:url(../images/bg_tcms.jpg);
	overflow:hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e6e7e8;
	border-right-color: #e6e7e8;
	border-bottom-color: #e6e7e8;
	border-left-color: #e6e7e8;
}
.ca-icon{
	width:233px;
	height:118px;
	position:relative;
	margin:0 auto;
	background:transparent url(../images/logo_TimeTec.png) no-repeat center;
}
.ca-item-2 .ca-icon{
	background-image:url(../images/logo_ingress.png);
}
.ca-item-3 .ca-icon{
	background-image:url(../images/logo_TCMS.png);
}

.ca-pd{
	background-image:url(../images/tBox.png);
}
.ca-item-2 .ca-pd{
	width:130px;
	height:128px;
	position:relative;
	margin:0 auto;
	background-color: transparent;
	background-image: url(../images/SW-CD.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}
.ca-item-3 .ca-pd{
	width:130px;
	height:138px;
	position:relative;
	margin:0 auto;
	background-color: transparent;
	background-image: url(../images/SW-CD.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}




.ca-item h3{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:30px;
	color:#000;
	margin-bottom:20px;
	height:85px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	font-family: "Georgia", "Times New Roman", serif;
	font-style:italic;
	font-size:15px;
	text-align:center;
	border-left:0px solid #b0ccc6;
	padding-left:10px;
	line-height:15px;
	margin:0px;
	position:relative;
	color: #185287;
	text-decoration: none;
}
.ca-item h4 span{
	text-indent:0px;
	display:block;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.ca-item h4  span.ca-quote{
	color:#fff;
	font-size:0px;
	position:absolute;
	top:20px;
	left:10px;

	text-indent:0px;
}
.ca-content-wrapper{
	background:#ebebec;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:330px;
	top:5px;
	text-align:left;
	z-index:0;
	overflow: hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:5px 0px;
	padding:0px 0px;
	line-height:24px;
	z-index: 1500;
}
.ca-content-text p{
	padding-bottom:5px;
	z-index: 1500;
}
.ca-content h6{
	margin:8px 8px 0px 15px;
	font-size:15px;
	padding-bottom:5px;
	color:#000;
	font-family: "Lucida Sans Unicode", "Myriad Pro", "Myriad Condensed Web", Arial;
	color:#3b3b3c;
	border-bottom:1px solid #3b3b3c;
	font-weight: normal;
	text-decoration: none;
	z-index:1500;
}
/*.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}*/
*.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:1000;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}