/** Stage container **/

.connected-carousels .stage {
    width: 980px;
	height: 250px;
    position: relative;
}
/*
.connected-carousels .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 10;
    font-size: 0.8rem;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}
*/
.connected-carousels .photo-credits a {
    color: #fff;
}

/** Navigation container **/

.connected-carousels .navigation {
    width: 900px;	
    margin: 5px 0px 5px 0px;
    position: relative;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    width: 980px;
	height: 250px;
	/*
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
	*/
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
   width: 900px;
   background: #fff;
    border: 0px solid #000;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: 0 0 0px #fff;
       -moz-box-shadow: 0 0 0px #fff;
            box-shadow: 0 0 0px #fff;
			
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
}

.connected-carousels .carousel-navigation li img {
    display: block;
    border: 2px solid #fff;
}

.connected-carousels .carousel-navigation li.active img {
    border-color: #42a8ff;
}

/** Stage carousel controls 

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 305px;
    height: 200px;
    color: #fff;
}

.connected-carousels .prev-stage {
    left: 0;
}

.connected-carousels .next-stage {
    right: 0;
}
**/
.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
  /*  display: none;*/
    position: absolute;
    top: 102%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #42a8ff;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #42a8ff;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #42a8ff;
       -moz-box-shadow: 0 0 2px #42a8ff;
            box-shadow: 0 0 2px #42a8ff;
}

.connected-carousels .prev-stage span {
    left: 915px;
}

.connected-carousels .next-stage span {
    right: 0px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #42a8ff;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #fff;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: 0 0 0px #fff;
       -moz-box-shadow: 0 0 0px #fff;
            box-shadow: 0 0 0px #fff;
}

.connected-carousels .prev-navigation {
    left: -15px;
    top: 7px;
    text-indent: 6px;
}

.connected-carousels .next-navigation {
    right: -15px;
    top: 7px;
    text-indent: 20px;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}



/*2*/
/**/
/** How to order **/

.howto-carousels .stage {
    width: 672px;
	height: 447px;
    position: relative;
}

/** Navigation container **/

.howto-carousels .navigation {
    width: 500px;	
    margin: 5px 0px 5px 0px;
    position: relative;
}

/** Shared carousel styles **/

.howto-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.howto-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.howto-carousels .carousel li {
    float: left;
}

/** Stage carousel specific styles **/

.howto-carousels .carousel-stage {
    width: 672px;
	height: 447px;
	/*
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
	*/
}



/** Navigation carousel specific styles **/

.howto-carousels .carousel-navigation {
   width: 500px;
   background: #fff;
    border: 0px solid #000;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: 0 0 0px #fff;
       -moz-box-shadow: 0 0 0px #fff;
            box-shadow: 0 0 0px #fff;
			
}

.howto-carousels .carousel-navigation li {
    cursor: pointer;
}

.howto-carousels .carousel-navigation li img {
    display: block;
    border: 2px solid #fff;
}

.howto-carousels .carousel-navigation li.active img {
    border-color: #42a8ff;
}

.howto-carousels .prev-stage.inactive,
.howto-carousels .next-stage.inactive {
    display: none;
}

.howto-carousels .prev-stage span,
.howto-carousels .next-stage span {
  /*  display: none;*/
    position: absolute;
    top: 102%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #42a8ff;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #42a8ff;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #42a8ff;
       -moz-box-shadow: 0 0 2px #42a8ff;
            box-shadow: 0 0 2px #42a8ff;
}

.howto-carousels .prev-stage span {
    left: 600px;
}

.howto-carousels .next-stage span {
    right: 0px;
}

.howto-carousels .prev-stage:hover span,
.howto-carousels .next-stage:hover span {
    display: block;
}

/** Navigation carousel controls **/

.howto-carousels .prev-navigation,
.howto-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #42a8ff;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #fff;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: 0 0 0px #fff;
       -moz-box-shadow: 0 0 0px #fff;
            box-shadow: 0 0 0px #fff;
}

.howto-carousels .prev-navigation {
    left: -15px;
    top: 7px;
    text-indent: 6px;
}

.howto-carousels .next-navigation {
    right: -15px;
    top: 7px;
    text-indent: 20px;
}

.howto-carousels .prev-navigation.inactive,
.howto-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}






/*2*/

.howto-carousels .stage2 {
    width: 672px;
	height: 447px;
    position: relative;
}

.howto-carousels .carousel2 {
    overflow: hidden;
    position: relative;
}

.howto-carousels .carousel2 ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.howto-carousels .carousel2 li {
    float: left;
}


.howto-carousels .navigation2 {
    width: 500px;	
    margin: 5px 0px 5px 0px;
    position: relative;
}
.howto-carousels .carousel-navigation2 {
   width: 500px;
   background: #fff;
    border: 0px solid #000;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: 0 0 0px #fff;
       -moz-box-shadow: 0 0 0px #fff;
            box-shadow: 0 0 0px #fff;
			
}

.howto-carousels .carousel-navigation2 li {
    cursor: pointer;
}

.howto-carousels .carousel-navigation2 li img {
    display: block;
    border: 2px solid #fff;
}

.howto-carousels .carousel-navigation2 li.active img {
    border-color: #42a8ff;
}



.howto-carousels .carousel-stage2 {
    width: 672px;
	height: 447px;
}


.howto-carousels .prev-stage2.inactive,
.howto-carousels .next-stage2.inactive {
    display: none;
}

.howto-carousels .prev-stage2 span,
.howto-carousels .next-stage2 span {
  /*  display: none;*/
    position: absolute;
    top: 102%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #42a8ff;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #42a8ff;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #42a8ff;
       -moz-box-shadow: 0 0 2px #42a8ff;
            box-shadow: 0 0 2px #42a8ff;
}

.howto-carousels .prev-stage2 span {
    left: 600px;
}

.howto-carousels .next-stage2 span {
    right: 0px;
}

.howto-carousels .prev-stage2:hover span,
.howto-carousels .next-stage2:hover span {
    display: block;
}

/** Navigation carousel controls **/

.howto-carousels .prev-navigation2,
.howto-carousels .next-navigation2 {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #42a8ff;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #fff;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: 0 0 0px #fff;
       -moz-box-shadow: 0 0 0px #fff;
            box-shadow: 0 0 0px #fff;
}

.howto-carousels .prev-navigation2 {
    left: -15px;
    top: 7px;
    text-indent: 6px;
}

.howto-carousels .next-navigation2 {
    right: -15px;
    top: 7px;
    text-indent: 20px;
}

.howto-carousels .prev-navigation2.inactive,
.howto-carousels .next-navigation2.inactive {
    opacity: .5;
    cursor: default;
}



/*3*/

.howto-carousels .navigation3 {
    width: 500px;	
    margin: 5px 0px 5px 0px;
    position: relative;
}
.howto-carousels .carousel-navigation3 {
   width: 500px;
   background: #fff;
    border: 0px solid #000;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: 0 0 0px #fff;
       -moz-box-shadow: 0 0 0px #fff;
            box-shadow: 0 0 0px #fff;
			
}

.howto-carousels .carousel-navigation3 li {
    cursor: pointer;
}

.howto-carousels .carousel-navigation3 li img {
    display: block;
    border: 2px solid #fff;
}

.howto-carousels .carousel-navigation3 li.active img {
    border-color: #42a8ff;
}


.howto-carousels .carousel-stage3 {
    width: 672px;
	height: 447px;
}


.howto-carousels .prev-stage3.inactive,
.howto-carousels .next-stage3.inactive {
    display: none;
}

.howto-carousels .prev-stage3 span,
.howto-carousels .next-stage3 span {
  /*  display: none;*/
    position: absolute;
    top: 102%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #42a8ff;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #42a8ff;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #42a8ff;
       -moz-box-shadow: 0 0 2px #42a8ff;
            box-shadow: 0 0 2px #42a8ff;
}

.howto-carousels .prev-stage3 span {
    left: 600px;
}

.howto-carousels .next-stage3 span {
    right: 0px;
}

.howto-carousels .prev-stage3:hover span,
.howto-carousels .next-stage3:hover span {
    display: block;
}

/** Navigation carousel controls **/

.howto-carousels .prev-navigation3,
.howto-carousels .next-navigation3 {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #42a8ff;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #fff;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: 0 0 0px #fff;
       -moz-box-shadow: 0 0 0px #fff;
            box-shadow: 0 0 0px #fff;
}

.howto-carousels .prev-navigation3 {
    left: -15px;
    top: 7px;
    text-indent: 6px;
}

.howto-carousels .next-navigation3 {
    right: -15px;
    top: 7px;
    text-indent: 20px;
}

.howto-carousels .prev-navigation3.inactive,
.howto-carousels .next-navigation3.inactive {
    opacity: .5;
    cursor: default;
}


/*4*/

.howto-carousels .navigation4 {
    width: 500px;	
    margin: 5px 0px 5px 0px;
    position: relative;
}
.howto-carousels .carousel-navigation4 {
   width: 500px;
   background: #fff;
    border: 0px solid #000;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: 0 0 0px #fff;
       -moz-box-shadow: 0 0 0px #fff;
            box-shadow: 0 0 0px #fff;
			
}

.howto-carousels .carousel-navigation4 li {
    cursor: pointer;
}

.howto-carousels .carousel-navigation4 li img {
    display: block;
    border: 2px solid #fff;
}

.howto-carousels .carousel-navigation4 li.active img {
    border-color: #42a8ff;
}


.howto-carousels .carousel-stage4 {
    width: 672px;
	height: 447px;
}


.howto-carousels .prev-stage4.inactive,
.howto-carousels .next-stage4.inactive {
    display: none;
}

.howto-carousels .prev-stage4 span,
.howto-carousels .next-stage4 span {
  /*  display: none;*/
    position: absolute;
    top: 102%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #42a8ff;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #42a8ff;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #42a8ff;
       -moz-box-shadow: 0 0 2px #42a8ff;
            box-shadow: 0 0 2px #42a8ff;
}

.howto-carousels .prev-stage4 span {
    left: 600px;
}

.howto-carousels .next-stage4 span {
    right: 0px;
}

.howto-carousels .prev-stage4:hover span,
.howto-carousels .next-stage4:hover span {
    display: block;
}

/** Navigation carousel controls **/

.howto-carousels .prev-navigation4,
.howto-carousels .next-navigation4 {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #42a8ff;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #fff;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: 0 0 0px #fff;
       -moz-box-shadow: 0 0 0px #fff;
            box-shadow: 0 0 0px #fff;
}

.howto-carousels .prev-navigation4 {
    left: -15px;
    top: 7px;
    text-indent: 6px;
}

.howto-carousels .next-navigation4 {
    right: -15px;
    top: 7px;
    text-indent: 20px;
}

.howto-carousels .prev-navigation4.inactive,
.howto-carousels .next-navigation4.inactive {
    opacity: .5;
    cursor: default;
}




