#hcfiSlider {
	width: 454px; /* important to be same as image width + padding */
	height: 285px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	border:#96baf0 3px solid;
	margin-top:5px;
	margin-bottom:10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
}
#hcfiSliderContent {
	width: 454px; /* important to be same as image width or wider */
	position: absolute; /* important */
	height:285px;
	overflow:hidden;
	background-color: #96baf0;
	top: 0; /* important */
	left:0;
	padding:0px;
	margin:0px;
	list-style:none;
}
.hcfiSliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
	height:285px;
	overflow:hidden;
}
.hcfiSliderImage img {
	border:none;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
}
.hcfiSliderImage span {
    position: absolute;
	font-family:Georgia, "Times New Roman", Times, serif;font-size:13px; font-weight:bold;
	padding: 10px 13px;
	bottom: 0;
	left: 0;
	width: 454px !important;
	height: 25px;
    background-color: #96baf0;
	/*
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
	*/
    color: #031b5b;
    display: none;
}
.hcfiSliderImage span a {
    color: #031b5b;
	text-decoration:underline;
}
.hcfiSliderImage span a:hover {
	text-decoration:none;
	color:#031b5b;
}
.clear {
	clear: both;
}