ul {
	list-style:none;
}
#homepage-carousel {
	width:347px;
	margin-right:0px;
	height: 250px;
	position:relative;
}
.carouselEntry {
	height: 250px;
	width:347px;
}
.carouselEntry a {
	color: #fff!important;
	text-decoration: none;
}
.carouselEntry a:hover {
	text-decoration: none;
}
.carousel-buttons ul {
	list-style:#fff;
	color:#99FFCC;
	margin:0;
	padding:0;
	font-size:20px;
}
#carousel-buttons {
	position: absolute;
	top: 235px;
	z-index: 10;
	cursor: pointer;
}
#carousel-buttons li {
	float: left;
	text-align:center;
	line-height:2.5em;
	margin-left:3px;
}
#carousel-buttons li a {
	background-color:#666666;
	color:#fff;
	height:10px;
	width:10px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#carousel-buttons li a:hover {
	background-color:#a7adad;
	color:#fff;
	text-decoration:none;
}
#carousel-buttons li a:focus {
	text-decoration:none;
}
#carousel-buttons li a.current-slide {
	background-color:#fff;
	color:#000;
}
