/* general styles */

/* reset styles */

.agile_carousel img {border: 0;}

.agile_carousel p, .agile_carousel ul, .agile_carousel ul li {
margin: 0;
padding: 0;
}

/* agile carousel styles */

/* -----------------------------------*/
/*-- outer containers --*/
/* -----------------------------------*/

/*-- the most outer container rendered by JS 
Contains .slides .slide_content_... .persistent_content and controls that have "no_control_set" --*/

.agile_carousel {
position: relative;
overflow: hidden;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

/*-- container for all slides only --*/

.agile_carousel .slides {
position: absolute;
top: 0;
left: 0;
}

/*-- individual slide --*/

.agile_carousel .slide {
float: left;
}


/* -----------------------------------*/
/*-- default style for controls --*/
/* -----------------------------------*/


/*-- default styles for all control sets --*/

.agile_carousel .control_set {
position: absolute;
z-index: 4000;
}

/*-- default styles for all button containers --*/

.agile_carousel .button_container {
z-index: 5000;	
}

/*-- default style for controls whose trigger type is "hover" --*/

.agile_carousel .ac_hover {
cursor:pointer;	
}

/*-- default style for controls which are currently selected
such as the current slide number --*/

.agile_carousel .ac_selected {
}

/*-- default style for disabled controls 
"previous" and "next" controls may be disabled near the first/last slide --*/

.agile_carousel .ac_disabled {
}

/*-- style applied to all controls --*/

.slide_button {
z-index: 5000;
cursor: pointer;
display: block;
background-position: 0 0;
background-repeat: no-repeat;
position: relative;
}

/*-- previous button --*/

.previous_button {
}

/*-- next button --*/

.next_button {
}

/*-- hover previous button --*/

.hover_previous_button {
}

/*-- hover next button --*/

.hover_next_button {
}

/*-- numbered buttons container --*/

.agile_carousel .numbered_buttons_container {
}

/*-- numbered button --*/

.agile_carousel .numbered_button {
float: left;
}

/*-- grouped numbered buttons container --*/

.agile_carousel .grouped_numbered_buttons_container {
}

/*-- group numbered button --*/

.agile_carousel .grouped_numbered_button {
float: left;
}

/*-- content buttons container --*/

.agile_carousel .content_buttons_container {
}

/*-- content button --*/

.agile_carousel .content_button {
}

/*-- thumbnail buttons container --*/

.agile_carousel .thumbnail_buttons_container {
}

/*-- thumbnail button --*/

.agile_carousel .thumbnail_button {
}


/* -------------------------------------------- */
/*-- "things" that are not slides or controls --*/
/* -------------------------------------------- */

.current_slide_number {
cursor: text;
}

.slide_count {
cursor: text;
}


/* -------------------------------------------- */
/*-- #flavor_2 styles --*/
/* -------------------------------------------- */

/*-- outer container --*/

#flavor_2 .agile_carousel {
	background-color: #000;
overflow: hidden;
x-moz-box-shadow: 0px 0px 4px #dfdfdf; /* FF3.5+ */
x-webkit-box-shadow: 0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
xbox-shadow: 0px 0px 4px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
}

/*-- hide the captions --*/
#flavor_2 .caption {
display: none;
}

/*-- .control_set_1 - includes: numbered_buttons, .previous_next_button, .pause_button --*/

#flavor_2 .control_set_1 {
float: right;
position: relative;
margin: 6px 6px 0 0;
background-color: #d9d9d9;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
opacity: 0.7;
padding: 2px 8px;
}
#flavor_2 .numbered_buttons_container {
float: left;
margin-right: 14px;
}
#flavor_2 .control_set_1 .slide_button {
float: left;
}
#flavor_2 .numbered_button {
color: #000;
padding: 0 2px;
font-size: 16px;
margin-right: 2px;
}
#flavor_2 .numbered_buttons_container .ac_selected, #flavor_2 .numbered_buttons_container .numbered_button:hover {
color: #fff;
background-color: #666;
}
#flavor_2 .previous_next_button,.pause_button {
width: 10px;
height: 18px;
overflow: hidden;
text-indent: 1000px;
background-image: url(http://agilecarousel.com/images/sprite_ac_normal.png);
}
#flavor_2 .previous_button {
background-position: 0 3px;
}
#flavor_2 .next_button {
background-position: -48px 3px;
}
#flavor_2 .pause_button {
background-position: -24px 3px;
}
#flavor_2 .control_set_1 .play_button {
background-position: -70px 3px;
}
#flavor_2 .previous_button, #flavor_2 .pause_button {
margin-right: 10px;
}

/*-- .control_set_2 - includes: .conent_button --*/

#flavor_2 .control_set_2 {
left: 0;
bottom: 0;
width: 673px;
height: 110px;
background-color: #000;
}
#flavor_2 .content_button {
float: left;
width: 167px;
text-align: center;
}
#flavor_2 .content_button {
	border-top: 3px solid black;
}
#flavor_2 .content_buttons_container .ac_selected {
xbackground-image: url(http://agilecarousel.com/images/sprite_ac_normal.png);
xbackground-position: -144px 0px;
border-top: 3px solid red;
}
#flavor_2 .content_button_inner {
background-color: #000;
height: 100px;
margin-top: 5px;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
border-left: 1px solid #222;
font-size: 12px;
}
#flavor_2 .ac_selected .content_button_inner  {
background-color: #000;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
border-left: 1px solid #222;
height: 99px;
width: 165px;
}
#flavor_2 .content_button p {
xmargin-top: 4px;
width: auto;
line-height: 13px;
color: #fff;
font-size: 12px;
padding-bottom: 5px;
}
#flavor_2 .content_button_inner:hover {
xbackground-color: #dfdddd;
color: #fff !important;
}
#flavor_2 .content_button_inner:hover p{
xbackground-color: #dfdddd;
color: yellow !important;
font-size: 12px;
}
#flavor_2 .content_button img {
	
xborder: 4px solid #fff;
xmargin: 7px auto 0 auto;
x-moz-box-shadow: 1px 1px 1px #bcbbbb; /* FF3.5+ */
x-webkit-box-shadow: 1px 1px 1px #bcbbbb; /* Saf3.0+, Chrome */
xbox-shadow: 1px 1px 1px #bcbbbb; /* Opera 10.5, IE9, Chrome 10+ */
padding-bottom: 5px;
}
#flavor_2 .persistent_content {
top: 100px;
left: 10px;
color: #ccc;
position: absolute;
z-index: 5000;
}

.feature li a {
  color: #333;
  font: bold 10px arial, helvetica, sans-serif;
  margin-right: 6px;
  text-transform: uppercase;

}
.feature .headlines li {
  list-style: none;
  border-bottom: 1px solid #dbd7cb;
  float:none;
  height:auto;
  padding: 3px 0 4px 6px;
}

.feature li div {
  line-height: 13px !important; 
}
.feature .headlines {
  margin: 10px 0 0 0;
}
.feature .headlines .item {
  margin-bottom: 0px;
}
.feature img {
	padding-left: 1em; padding-right: 5px;
}
.feature ol, .feature ul {
  padding-left: 0px; 
}
.sidebar h4 {
  font: bold 14px arial, helvetica, sans-serif;
  border-bottom: 1px solid #dbd7cb;
}
.agile_carousel img.photo {width: 670px; height: 373px; }