
.group-homepage {
	height: 250px;
	padding-bottom:10px;
}

p.slideshow-title {
	font-weight: bold;
	font-size: 22px;
}


.group-homepage .banner-slide img {
 max-height: 200px;
}

.banner-slide {
	margin: 0;
	padding: 0;
}

.banner-slide.notfirst {
	display: none;
}

.group-homepage #banner-pager {
	height: 20px;
	width: 100%;
	position: absolute;
	margin-top: -10px;
	z-index: 100 !important;
}

.bullets {
	float: right;
}


.bullet {
	display: block;
	float: left;
	background: url(images/dot.png) no-repeat;
	height: 10px;
	width: 10px;
	margin-right: 10px;
}


.bullets a.activeSlide {
	background: url(images/dot.png) no-repeat -20px 0
}
