.ui-carousel {
	height: 155px;
	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;
	overflow: hidden;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	overflow: hidden;
	width: 100px;	
	height: 155px;
}

#carousel {
	width: 613px;
	padding:10px;
	border:1px solid #dde6f5;
	height:155px;
	overflow:hidden;
}
#carousel_small {
	width: 278px;
	margin: 0 auto;
	padding:10px;
	border:1px solid #dde6f5;
	height:145px;
	overflow:hidden;
}
#carousel_small  .text{width:165px; height:80px}
#ui-carousel-next, #ui-carousel-prev {
	width: 60px;
	height: 240px;
	background: url(images/arrow-left.png) #fff center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	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 0 30px 0;
	position: relative;
	font-size:13px;
}

.slide  h1 {
	font: 72px/1 Anton, sans-serif;
	color: #ff5c43;
	margin: 0;
	padding: 0;
}

.slide div.text{
	float:right;
	width:445px;
	display: table;
	height: 155px;
	overflow: hidden;
	position: relative;
}
.slide > img {
	float:left;
}
#pages {
position: relative;
float: right;
margin-top: -25px;
margin-right: 10px;
}
#pages2 {
position: absolute;
top:202px;
left:5px
}
.bullet {
background: url(../../page-off.png) center center no-repeat;
display: block;
width: 18px;
height: 18px;
margin: 0;
float: left;
}
.bullet-small {
background: url(../../page-off-smaller.png) center center no-repeat;
display: block;
width: 14px;
height: 14px;
margin: 0;
float: left;
}