.ca-container {
	position:relative;
	margin:0 auto;
	width:942px;
	height:192px;
}
.ca-wrapper {
	width:100%;
	height:100%;
	position:relative;
}
.ca-item {
	position:relative;
	float:left;
	width:314px;
	height:100%;
}
.ca-item-main {
	padding:0;
	position:absolute;
	background:#fff;
	overflow:hidden;
}
.ca-icon {
	width:132px;
	height:192px;
	position:relative;
	float:left;
}
.ca-icon img {
	border:1px solid #000000;
}
.ca-nav span {
	width:25px;
	height:42px;
	background:transparent url(../images/thumbnails/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-30px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next {
	background-position:top right;
	left:auto;
	right:-30px;
}
.ca-nav span:hover {
	opacity:1.0;
}
.thumb-cnt {
	width:152px;
	float:left;
	padding:22px 15px 0 15px;
}
.thumb-cnt h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#000000;
	margin-bottom:8px;
}
.thumb-cnt p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#4d4d4d;
	line-height:18px;
	margin-bottom:8px;
}
.thumb-btn {
	width:111px;
	height:18px;
	position:absolute;
	bottom:9px;
}
.thumb-btn > a {
	width:101px;
	height:18px;
	display:block;
	background:#353535;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	line-height:17px;
	text-align:right;
	padding-right:10px;
}
.thumb-btn > a:hover {
	background:#454545;
}
.thumb-btn > a > span.arrow {
	width:13px;
	height:18px;
	display:inline-block;
	float:left;
	background:#FFFFFF;
}
