/* Carousel */
#carousel-2.carousel .carousel-container{
  width: 980px;
  height: 192px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}

#carousel-2.carousel ul.carousel-content{
  position: relative;
  overflow: hidden;
  width: 32000px;
  padding: 0;
  margin: 0;
}

#carousel-2.carousel ul.carousel-content li{
  width: 980px;
  height: 192px;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  overflow: hidden;
  border: 0;
  *float:none;
  *display:inline-block;
  *zoom:1;
  *display:inline;
}

#carousel-2.carousel ul.carousel-content li img{
    position: absolute;
    top: 35px;
    left: 45px;
}

#carousel-2.carousel ul.carousel-content li h1{
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    font-size:28px;
	font-style:italic;
}

#carousel-2.carousel ul.carousel-content li h2{
    position: absolute;
    top: 80px;
    right: 25px;
    color: white;
    font-size:18px;
}

#carousel-2.carousel ul.carousel-content li h3{
    position: absolute;
    top: 120px;
    left: 330px;
    width: 350px;
    color: white;
    font-size:11px;
}

/* Carousel navigation */
#carousel-2.carousel .yui-carousel-nav{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  width: 980px;
  text-align: center;
  height: 35px;
  line-height: 30px;
  background: transparent;
}
#carousel-2.carousel .yui-carousel-nav ul{
  margin: 12px 10px 0 0;
  padding: 0px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  list-style: none;
}

#carousel-2.carousel .yui-carousel-nav ul li{  
  float: left;
  height: 8px;
  width: 8px;
  background: white;
  margin: 5px;
  border: 1px solid #38b6d5;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  cursor: pointer;
}

#carousel-2.carousel .yui-carousel-nav ul li a{
  left:-10000px;
  position:absolute;
}

#carousel-2.carousel .yui-carousel-nav ul li:hover, 
#carousel-2.carousel .yui-carousel-nav ul li.hover, 
#carousel-2.carousel .yui-carousel-nav ul li.yui-carousel-nav-page-selected {
  background: #38b6d5;
  cursor: pointer;
}

#carousel-2.carousel .yui-carousel-nav span{
  position: absolute;
  bottom: 3px;
  width: 25px;
  height: 25px;
}

#carousel-2.carousel .yui-carousel-nav span button, #carousel-2 .yui-carousel-nav span button:focus{
  background: transparent;
  border: none;
  padding: 30px 0 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

#carousel-2.carousel .yui-carousel-nav span.yui-carousel-first-button{
  left: 170px;
  background: top left;
}

#carousel-2.carousel .yui-carousel-nav span.yui-carousel-next-button{
  right: 170px;
  background: top left;
}

#carousel-2.carousel .yui-carousel-nav span.yui-carousel-first-button:hover,
#carousel-2.carousel .yui-carousel-nav span.prev-hover{
  background: top left;
}

#carousel-2.carousel .yui-carousel-nav span.yui-carousel-next-button:hover,
#carousel-2.carousel .yui-carousel-nav span.next-hover{
  background: top left;
}

