#carousel {
    width: 780px;
    margin: 0 auto;
}

#ui-carousel-next, #ui-carousel-prev {
    width: 60px;
    height: 240px;
    background: url(../images/arrow-left.png)  center center no-repeat transparent;
    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;
    position: relative;
}

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

.slide  p {
    font: 32px/1 Ubuntu, sans-serif;	
    color: #FFF;
    margin: 0;
    padding: 0;
}

#slide01 > img {
    position: absolute;
    bottom: 35px;
    left: 30px;
}

#slide01 > .text {
    position: absolute;
    left: 290px;
    bottom: 35px;
}

#slide02 > img {
    position: absolute;
    bottom: 35px;
    left: 30px;
}

#slide02 > .text {
    position: absolute;
    left: 290px;
    bottom: 65px;
}

#slide03 > img {
    position: absolute;
    bottom: 25px;
    left: 30px;
}

#slide03 > .text {
    position: absolute;
    left: 270px;
    bottom: 25px;
}

#slide04 > img {
    position: absolute;
    bottom: 50px;
    left: 60px;
}

#slide04 > .text {
    position: absolute;
    left: 290px;
    bottom: 25px;
}

#slide05 > img {
    position: absolute;
    bottom: 35px;
    left: 60px;
}

#slide05 > .text {
    position: absolute;
    left: 240px;
    bottom: 35px;
}

#slide06 > img {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

#slide06 > .text {
    position: absolute;
    left: 290px;
    bottom: 35px;
}


#pages {
    width: 150px;
    margin: 0 auto;
}

.bullet {
    background: url(page-off.png) center center no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 5px;
    float: left;				
}


.on {
    background: url(page-on.png) center center no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 5px;
    float: left;				
}

.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;	
}
#carouselpro img {
    border: 1px solid #ccc;
    background-color: white;
    padding: 2px;
    display: block;
    float: left;
    margin-left: 5px;
    max-width: 100px;
    max-height: 80px;
}

#carouselpro ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
#carouselpro li{
    color: #999;
    text-align: center;
    padding: 0;
    display: block;
    float: left;
    width: 120px;
    height: 120px;
}
#carouselpro li span{
    color: #000000;
    display: block;
    text-align: center;
}

#carouselpro {
    margin: 15px auto 0;
    position: relative;
}

#container_carousel > #ui-carousel-next,#container_carousel > #ui-carousel-prev{
    height: 100px;
}
#container_carousel > #ui-carousel-next {
    right: 0;
    background-image: url(../images/arrow-right.png);
}

#container_carousel > #ui-carousel-prev {
    left: -7px;
}