.ui-carousel {
/*	height: 100px;*/
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
/*	width: 300px*/
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
	height:140px
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
/*	height: 150px;*/
	overflow: hidden;
/*	width: 100px;	*/
}

.bullet {
	background: url(../images/page-off.png) center center no-repeat;
	display: block;
	width: 18px;
	height: 19px;
	margin: 0;
	margin-right: 5px;
	float: left;				
}
#pages {
	position:absolute;
	top:7px;
	right:7px;
}


ul#carousel_referans li {height:150px}