#carousel {

	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; 
	width: 600px;
	float:left;
}
.newsTeaser { width:650px; float:left; font-family: 'UbuntuRegular'; font-size:13px;}
.newsTeaser a { text-decoration:none; color:#000;}
.roundedCap { float:left; padding:10px; width:250px; font-family: 'UbuntuMedium'; color:#FFFFFF; font-size:14px; }
.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;

	overflow: hidden;

}

.bullet {
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) center center no-repeat;
	display: block;
	width: 18px;
	height: 18px;
	margin: 0;
	margin-right: 5px;
	float: left;				
}
#pages {
	position:absolute;
	top:7px;
	right:7px;
}

