/*!
    contentslider.css
*/

/* removed all Sliderwrapper CSS rdeihl 8.28.2015 */

/* product scroller rdeihl 8-2-11 */

.stepcarousel {
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 905px; /*Width of Carousel Viewer itself*/
height: 300px; /*Height should enough to fit largest content's height*/
margin:10px 30px;
background-color:#FFF;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 20px; /* VC specific rdeihl 8.28.15 */
}

.stepcarousel .panel{

float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
/*margin:.5% 9px;   margin around each panel*/
width: 180px; /* Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
text-align:center;
position:relative;
}
.stepcarousel .sliderPanelImg {
	vertical-align:middle; 
	padding:0 12px;
	min-width:115px;
	}

/* NEW STYLES 1-17-12 RND */

.sliderwrapperNew
{
	width: 962px;
	height: 347px;
	float: left;
	position: relative;
	background-color: #fff;
}
.slidecontainerNew
{
	width: 922px;
	height: 308px;
	float: left;
	background-color: #CCC;
	padding: 10px;
	margin: 10px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/Images/VCV2/PromoBnrs/bg-slide-container.jpg) repeat-x;
	background-position: top;
}
.leftcolHero
{
	width: 216px;
	height: 316px;
	float: left;
	margin: 0;
	padding: 0;
}
.leftcolHero p
{

}
.leftcolHerobox1 h2
{
	font-weight: normal;
}
.lftcolbluetext
{
	color: #6488c5;
}
.lftcolblktext
{
	color: #000;
}
.leftcolHero16px
{
	font-size: 16px;
	font-weight: bold;
}
.leftcolHero14px
{
	font-size: 14px;
	font-weight: bold;
}
.leftcolHero12px
{
	font-size: 12px;
}
.leftcolHerobox1
{
	background-color: #fff;
	height: 100px;
	width: 223px;
	float: left;
	position: relative;
	line-height: 15px;
	border: solid 1px #CCC;
	
}
.leftcolHerobox1 span
{
	float: left;
}
.rightcol
{
	width: 629px;
	height: 308px;
	float: left;
	padding-left: 20px;
}


/* 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 {
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;
right: 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: 99;
}

/*-- default styles for all button containers --*/

.agile_carousel .button_container {
z-index: 99;	
background-color:#FFF;
}

/*-- default style for controls whose trigger type is "hover" --*/

.agile_carousel .ac_hover {
cursor:text;	
}

/*-- 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: 99;
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 {
	padding:20px 0;
	background-color:#fff;
	height:404px;
}

/*-- 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;
}

/* -------------------------------------------- */
/*-- #basic_slideshow styles --*/
/* -------------------------------------------- */

/*-- hide the captions --*/
#basic_slideshow .caption {
/*display: none;*/
}


/* -------------------------------------------- */
/*-- #multiple_slides_visible styles --*/
/* -------------------------------------------- */

/*-- outer container --*/

#multiple_slides_visible .agile_carousel {
overflow: hidden;
background-color: #ededeb;
}

/*-- slide container --*/

#multiple_slides_visible .slides {
margin-top: 28px;
}

/*-- individual slides --*/

#multiple_slides_visible .slide_inner {
text-align: center;	
}
#multiple_slides_visible .slide_inner {
overflow: hidden;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #cfcece;
background-color: #fff;
text-align: center;
width: 144px;
margin: 0 auto;
}

/*-- large photos --*/

#multiple_slides_visible .photo_link {
width: 129px;
height: 137px;
overflow: hidden;
display: block;
margin: 8px auto 4px;
}
#multiple_slides_visible .photo {
height: 137px;
}

/*-- for the links beneath the photos --*/

#multiple_slides_visible .caption:link, #multiple_slides_visible .caption:visited, #multiple_slides_visible .caption:hover {
color: #333333;
text-decoration: none;
width: 128px;
display: block;
margin: 0 auto;
padding-bottom: 3px;
}
#multiple_slides_visible .caption:hover {
text-decoration: underline;
}
#multiple_slides_visible .persistent_content{
position: absolute;
top: 2px;
left: 12px;
font-size: 14px;
text-shadow: 0px 1px 1px #ccc;
color: #B5B5B5;
}

/*-- .control_set_1 - includes: .previous_next_button --*/

#multiple_slides_visible .control_set_1 {
float: right;
position: relative;
margin: 4px 6px 0;
}
#multiple_slides_visible .previous_next_button {
width: 16px;
height: 16px;
overflow: hidden;
text-indent: 1000px;
background-image: url(../images/sprite_ac_normal.png);
background-color: #ccc;
border: 1px solid #cfcece;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #fff;
-moz-box-shadow: 0px 0px 2px #dfdfdf; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
box-shadow: 0px 0px 2px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
}
#multiple_slides_visible .previous_button {
background-position: 4px 3px;
}
#multiple_slides_visible .next_button {
background-position: -44px 3px;
}
#multiple_slides_visible .previous_next_button:hover {
background-color: #f7f7f7;
}
#multiple_slides_visible .previous_button:hover {
background-image: url(../images/sprite_ac_hover.png);
}
#multiple_slides_visible .next_button:hover {
background-image: url(../images/sprite_ac_hover.png);
}
#multiple_slides_visible .control_set_1 .ac_disabled {
background-image: url(../images/sprite_ac_disabled.png);
}

#multiple_slides_visible .control_set_2 {
float: right;
position: relative;
margin: 8px 0 0 0;
}
#multiple_slides_visible .slide_button {
float: left;
}
#multiple_slides_visible .group_numbered_buttons_container {
float: left;
margin-right: 14px;
}
#multiple_slides_visible .group_numbered_button {
color: #000;
padding: 0 2px;
font-size: 12px;
margin-right: 2px;
background-image: url(../images/sprite_ac_normal.png);
background-position: -95px 0;
width: 10px;
height: 10px;
overflow: hidden;
text-indent: 1000px;
background-color: transparent;
}
#multiple_slides_visible .group_numbered_button:hover, #multiple_slides_visible .group_numbered_buttons_container .ac_selected {
background-image: url(../images/sprite_ac_hover.png);
}

.hover_previous_next_button {
position: absolute;
top: 30px;
width: 90px;
height: 150px;
}
.hover_previous_next_button .hover_previous_next_button_inner {
position: absolute;
top: 60px;
background-color: #d9d9d9;
opacity: 0.5;
width: 54px;
height: 35px;
display: block;
overflow: hidden;
text-indent: 1000px;
background-image: url(../images/sprite_ac_normal.png);
background-repeat: no-repeat;
}
.hover_previous_button {
left: 0px;
}
.hover_next_button {
right: 0px;
}
.hover_previous_button .hover_previous_next_button_inner {
left: 0px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
background-position: -298px 8px;
}
.hover_next_button .hover_previous_next_button_inner {
right: 0px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
background-position: -351px 8px;
}


/* -------------------------------------------- */
/*-- MAIN ROTATOR ___________#flavor_2 styles --*/
/* -------------------------------------------- */

/*-- outer container --*/

#flavor_2 .agile_carousel {
overflow: hidden;

}

/*-- 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.5;
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: 12px;
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(../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;
top: 0;
width: 211px;
height: 79px;
}
#flavor_2 .content_button {
/*float: left;*/
width: 211px;
text-align: left; 
color: #5C5C5C;
font-size: 18px;
font-weight: normal;
/*letter-spacing: 1px;*/
}
#flavor_2 .content_buttons_container .ac_selected {
background: url("http://www.vitacost.com/images/vcv3/greyArrowRD.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
color:#fff;
/*background-position: -124px 0;*/
}
#flavor_2 .content_button_inner {
height: 79px;

}
#flavor_2 .ac_selected .content_button_inner  {

height: 79px;
width: 211px;
}

#flavor_2 .content_button p {
border-bottom: 1px solid #5C5C5C;
line-height: 15px;
padding: 4px 0 8px 4px;
width: 164px;
}
#flavor_2 .content_button_inner:hover {
background: url("http://www.vitacost.com/images/vcv3/greyArrowRD.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #fff;
}
#flavor_2 .content_button img {
color:#fff;
margin: 7px auto 0 auto;
}

.content_button_inner p {
    color:inherit;
}

#flavor_2 .thumb {
	font-size:18px; 
	font-weight:normal;
	letter-spacing: 1px;
	padding: 12px 3px 0 6px;
	line-height: 20px;
}

#flavor_2 .persistent_content {
top: 100px;
left: 10px;
color: #ccc;
position: absolute;
z-index: 99;
}

