.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;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}


			#container {
				width: 1100px;
				position: relative;
				margin: 0 auto;
			}
			
			#carousel {
				width: 1024px;
				margin: 0 auto;
			}
			
			#ui-carousel-next, #ui-carousel-prev {
				width: 44px;
				height: 300px;
				background:url(../../images/leftarrow.png) center center no-repeat;
				display: block;
				position: absolute;
				outline:none;
				top: 0;
				z-index: 100;
			}

			#ui-carousel-next {
				right: 0;
				background-image:url(../../images/rightarrow.png);
				outline:none;
			}

			#ui-carousel-prev {
				left: 0;
			}
			
			#ui-carousel-next > span, #ui-carousel-prev > span {
				display: none;
			}
			
			.slide {
				margin: 0;
				position: relative;
			}
			
			.slide p {
				float:left;
				font-family: "RobotoMedium";
				width:80%; float:left;
				padding:40px 0 0;
				margin:0 0 0 40px;
				font-style:italic;
				font-size:18px;
				color:#fff;
			}
			
			.slide1 {
				margin: 0;
				clear:both;
				position: relative;
			}
			
			
			
			.slide1 {
				margin: 0;
				clear:both;
				position: relative;
			}
			.slide1 p {
				float:left;
				font-family: "RobotoMedium";
				width:80%; float:left;
				padding:40px 0 0;
				margin:0 0 0 40px;
		    	font-style:italic;
				font-size:18px;
				color:#fff;
			}
			
			
			.slide img {
				margin: 0;
				float:left;
				border-radius:50%;
				padding:20px 0;
				position: relative;
			}	
			
			.slide1 img {
				margin: 0;
				padding:20px 0;
				float:right;
				border-radius:50%;
				position: relative;
			}			
			
			
			.bullet {
				background: url(images/page-off.png) center center no-repeat;
				display: block;
				width: 18px;
				height: 18px;
				margin: 0;
				margin-right: 5px;
				float: left;				
			}
