.ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 310px
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}
#container {
				width: 310px;
				position: relative;
				margin: 0 auto;
			}
			
			#carousel {
				width: 150px;
				margin: 0 auto;
			}
			
			#ui-carousel-next, #ui-carousel-prev {
				width: 60px;
				height: 30px;
				background: url(/images/arrow-left.png) center center no-repeat;
				display: block;
				position: absolute;
				top: 40px;
				z-index: 100;
			}

			#ui-carousel-next {
				right: 0;
				background-image: url(/images/arrow-right.png);
			}

			#ui-carousel-prev {
				left: 0;
			}
			
			#ui-carousel-next > span, #ui-carousel-prev > span {
				display: none;
			}
			
			.slide {
				margin: 0;
				position: relative;
			}
			
			.slide  h1 {
				width:190px;
				font-size:14px;
				font-weight:bold;
				font-family: 'Ubuntu Condensed', sans-serif;
				color: #ff5c43;
				margin: 0;
				padding: 0;
			}
			
			.slide  p {
				width:190px;
				font-size:12px;
				font-weight:normal;
				color: #333;
				margin: 0;
				padding: 0;
			}
			
			.slide > img {
				position: absolute;
				bottom: 35px;
				left: 30px;
			}
			
			.slide > .text {
				position: absolute;
				left: 50px;
				top: 15px;
			}
			
			
			
			#pages {
				position:relative;
				float:left;
				left:155px;
				width: 150px;
				margin: 0 auto;
				top:-115px;
			}
			
			.bullet {
				background: url(/images/page-off.png) center center no-repeat;
				display: block;
				width: 18px;
				height: 18px;
				margin: 0;
				margin-right: 5px;
				float: left;				
			}
			