#sliderContainer {width:660px; margin:0px auto; height:274px; margin-top:17px;}
.html_carousel {
	padding: 0px; width:660px; height:244px;
}
.html_carousel div.slide {
	position: relative; float:left; width:660px; height:244px;
}
.html_carousel div.slide div {
	background-color: rgb(0, 0, 0);
	width: 33%;
	height: 375px;
	display: block;
	position: absolute;
	top:0;
	right: 0;
}
.html_carousel div.slide h4 {
	font-size: 35px;
	padding: 20px;
	line-height: 40px;
}
.html_carousel div.slide p {
	font-size: 16px;
	padding: 0 20px 20px 20px;
	line-height: 20px;
}
.html_carousel div.slide h4, .html_carousel div.slide p {
	color: white;
	margin: 0;
}
.clearfix1 {
	float: none;
	clear: both;
}

.slide a {text-decoration:none; font-weight: bold;}
.slide a:hover {text-decoration:underline;}

#pager {
	text-align: center;
	width: 600px;
	height: 20px;
	padding-top: 2px;
	margin: 0 auto;
}
#pager a.selected span {
	background: #666;
}
#pager a {
	display: inline-block;
	padding: 0 5px;
	line-height: 10px;
	padding-top:0; margin-top:0;
}
#pager span {
	border-radius: 10px;
	background: #ccc;
	text-indent: -100px;
	line-height: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
}
