@import url(http://fonts.googleapis.com/css?family=Bitter:400,700);
.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: 940px; padding-bottom:20px;
position: relative; float:left;
}
#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;
display: none;
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-size:34px; font-family: 'Bitter', serif;
color: #333333;
margin: 0;
padding: 0px 0px 10px 0px;
}
.slide p { font-size:20px;
font-family: 'Bitter', serif;
color: #cd022b;
margin: 0px; 
padding: 0;
}
#slide01 > img {
position: absolute;
top:10px;
}
#slide01 > .text {
position: absolute;
left: 370px;
top: 15px;

}
#slide02 > img {
position: absolute;
top:10px;
}
#slide02 > .text {
position: absolute;
left: 370px;
top: 15px;
}
#slide03 > img {
position: absolute;
top:10px;
}
#slide03 > .text {
position: absolute;
left: 370px;
top: 15px;

}
#slide04 > img {
position: absolute;
top:10px;
}
#slide04 > .text {
position: absolute;
left: 370px;
top: 15px;
}
#slide05 > img {
position: absolute;
top:10px;
}
#slide05 > .text {
position: absolute;
left: 370px;
top: 15px;
}
#slide06 > img {
position: absolute;
top:10px;
}
#slide06 > .text {
position: absolute;
left: 370px;
top: 15px;
}
#pages {
width: 150px;
margin: 0 auto;
}
.bullet {
background: url(../images/page-off.png) center center no-repeat;
display: block;
width: 18px;
height: 18px;
margin: 0;
margin-right: 5px;
float: left;
}

.learn_more{ border-radius:5px; float:left; margin-top:15px; background-color:#3374ce; padding:5px 10px; font-size:14px; font-weight:400; font-family: 'Bitter', serif; border-bottom:solid 3px #FFFFFF; box-shadow:0px 1px 3px #cccccc; }
.learn_more:hover{ -moz-box-shadow:inset 0 0 15px #023d8f; -webkit-box-shadow: inset 0 0 15px #023d8f; box-shadow:inset 0 0 15px #023d8f;}
.learn_more a{ text-decoration:none; color:#FFFFFF; font-family: 'PT Sans', sans-serif; font-size:16px;}

