/* 
    Document   : carousel.css
    Created on : 15-feb-2010, 10:10:28
    Author     : mwithagen
    Description:
        Styling for the default carousel.
*/


/*
  Default styling template, carrousel specific
*/

#Carousel-default-container {
	background: url(../../img/quote.png) left top no-repeat;
	margin: 25px 0 0 -26px;
  position : relative;
  padding: 25px 0 25px 0;
}
/*
#Carousel-default-wrapper {
    border: 1px solid black;
}

#Carousel-default-content {
}

#Carousel-default-content .slide {
}

#Carousel-default-container .numericNavigation {
  position : absolute;
  bottom   : 10px;
  right    : 10px;
}

#carouselNavigation .carousel-selected {
  color: #f87904;
}
*/

#quotes-more {
	bottom: 50px;
  float: right;
  position: absolute;
  right: 20px;
}

#quotes-more a {
	background: url("/img/arrow_blue.gif") no-repeat scroll right 3px transparent;
	padding-right: 10px;
  text-decoration: none;
}

.quote {
  font-family: Verdana;
  font-size: 11px;
  width: 670px;
}

.quote span {
	background: #fff;
  display: block;
  font-size: 22px;
  height: 50px;
  line-height: 25px;
  margin-left: 40px;
  text-align: left;
  width: 590px;
}

.quotebottom {
	background: #fff;
  height: 30px;
  margin: 50px  0 0 140px;
  overflow: hidden;
  width: 600px;
}

.quotebottom .name {
  color: #009ddc;
  float: left;
  font-weight: bold;
  line-height: 11px;
  width: 230px;
}

.quotebottom .companyname {
	clear: left;
  color: #009ddc;
  float: left;
  font-style: italic;
  line-height: 11px;
}
