.carowrapper {
	width: 600px;
	float: right;
	padding-left: 20px;
}
.carowrapper div.slide {
	position: relative;
	border: 1px solid #ccc;
}
div.slide {
	position: relative;
	border: 1px solid #ccc;
}
.carowrapper div.slide div {
	background-color: rgba(4, 34, 62, 0.6);
	width: 100%;
	display: none;
	position: absolute;
	bottom: 0;
	cursor: pointer;
}
.carowrapper div.slide h4 {
	font-size: 24px;
	padding: 10px 0 10px 30px;
}
.carowrapper div.slide h4 span {
	display: block;
	float: right;
	width: 80px;
	height: 30px;
	background: url(/images/downldIconWht.png) no-repeat right top;
	margin: 5px 20px 0 20px;
	padding-right: 20px;
	font-size:18px;
}
.carowrapper div.slide h4 {
	color: white;
	margin: 0;
}
div.thumbnails { text-align: center; }
div.thumbnails img {
	cursor: pointer;
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: inline-block;
}
div.thumbnails img:hover { background-color: #eee; }
div.thumbnails img.selected { background-color: #ccc; }
