#featureCarousel {
	background: none; margin: 0px auto; width: 960px; height: 280px; position: relative;
}
#featureCarousel img {
	border: 0px currentColor; border-image: none; display: block;
}
#featureCarousel .feature {
	border: 3px solid rgb(100, 100, 100); border-image: none; left: -1000px; top: -1000px; position: absolute; cursor: pointer;
}
#featureCarousel .feature > div {
	left: 0px; width: 100%; bottom: 0px; position: absolute; background-color: black;
}
#featureCarousel .feature > div p {
	margin: 0px; padding: 5px; color: white; font-size: 12px; font-weight: bold;
}
#featureCarousel .blipsContainer {
	margin: 0px; padding: 0px; top: 210px; right: 25px; color: white; position: absolute;
}
#featureCarousel .blipsContainer .blip {
	margin: 3px; border: 1px dotted black; border-image: none; width: 14px; height: 14px; text-align: center; color: white; font-size: 10px;
}
#featureCarousel .blipsContainer .blipSelected {
	color: white; font-weight: bold; background-color: black;
}
.leftButton {
	background: url("images/slider2-prev.gif") no-repeat 0px 0px; left: 2px; top: 156px; width: 26px; height: 37px; line-height: 0; text-indent: -4000px; font-size: 0px; display: block; position: absolute;
}
.rightButton {
	background: url("images/slider2-prev.gif") no-repeat 0px 0px; left: 2px; top: 156px; width: 26px; height: 37px; line-height: 0; text-indent: -4000px; font-size: 0px; display: block; position: absolute;
}
.rightButton {
	background: url("images/slider2-next.gif") no-repeat 0px 0px; left: auto; right: 2px;
}
