 body { padding: 0px; margin:0px; background-color:#191919 !important; }
  #tabs { background-color:#191919 !important; }
  .ui-tabs .ui-tabs-nav {
    background-color: #191919 !important;
	border:0px;
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom:0px;
	}
  .ui-widget-content {
    border: 0px;
   }
   
   .ui-widget.ui-widget-content {
    border: 0px;
}
   

.ui-tabs .ui-tabs-panel {
	padding: 0px;
}



/** Stage container **/

.connected-carousels .stage {
    width: 620px;
    margin: 20px auto;
    position: relative;
}

.connected-carousels .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    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: 260px;
    margin: 20px auto;
    position: relative;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    height: 400px;
    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;
}

.connected-carousels .carousel-stage2 {
    height: 400px;
    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;
}

.connected-carousels .carousel-stage3 {
    height: 400px;
    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 {
    height: 60px;
    width: 240px;
    background: #fff;
    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;
}

.connected-carousels .carousel-navigation2 {
    height: 60px;
    width: 240px;
    background: #fff;
    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; 
}

.connected-carousels .carousel-navigation3 {
    height: 60px;
    width: 240px;
    background: #fff;
    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;
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
}

.connected-carousels .carousel-navigation2 li {
    cursor: pointer;
}

.connected-carousels .carousel-navigation3 li {
    cursor: pointer;
}

.connected-carousels .carousel-navigation li img {
    display: block;
    border: 5px solid #fff;
}

.connected-carousels .carousel-navigation2 li img {
    display: block;
    border: 5px solid #fff;
}

.connected-carousels .carousel-navigation3 li img {
    display: block;
    border: 5px solid #fff;
}

.connected-carousels .carousel-navigation li.active img {
    border-color: #ccc;
}


.connected-carousels .carousel-navigation2 li.active img {
    border-color: #ccc;
}

.connected-carousels .carousel-navigation3 li.active img {
    border-color: #ccc;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 305px;
    height: 410px;
    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: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-stage span {
    left: 20px;
}

.connected-carousels .next-stage span {
    right: 20px;
}

.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: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-navigation {
    left: -15px;
    top: 22px;
    text-indent: 6px;
}

.connected-carousels .next-navigation {
    right: -15px;
    top: 22px;
    text-indent: 20px;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}



.connected-carousels .prev-stage2,
.connected-carousels .next-stage2 {
    display: block;
    position: absolute;
    top: 0;
    width: 305px;
    height: 410px;
    color: #fff;
}

.connected-carousels .prev-stage2 {
    left: 0;
}

.connected-carousels .next-stage2 {
    right: 0;
}

.connected-carousels .prev-stage2.inactive,
.connected-carousels .next-stage2.inactive {
    display: none;
}

.connected-carousels .prev-stage2 span,
.connected-carousels .next-stage2 span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-stage2 span {
    left: 20px;
}

.connected-carousels .next-stage2 span {
    right: 20px;
}

.connected-carousels .prev-stage2:hover span,
.connected-carousels .next-stage2:hover span {
    display: block;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation2,
.connected-carousels .next-navigation2 {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-navigation2 {
    left: -15px;
    top: 22px;
    text-indent: 6px;
}

.connected-carousels .next-navigation2 {
    right: -15px;
    top: 22px;
    text-indent: 20px;
}

.connected-carousels .prev-navigation2.inactive,
.connected-carousels .next-navigation2.inactive {
    opacity: .5;
    cursor: default;
}



.connected-carousels .prev-stage3,
.connected-carousels .next-stage3 {
    display: block;
    position: absolute;
    top: 0;
    width: 305px;
    height: 410px;
    color: #fff;
}

.connected-carousels .prev-stage3 {
    left: 0;
}

.connected-carousels .next-stage3 {
    right: 0;
}

.connected-carousels .prev-stage3.inactive,
.connected-carousels .next-stage3.inactive {
    display: none;
}

.connected-carousels .prev-stage3 span,
.connected-carousels .next-stage3 span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-stage3 span {
    left: 20px;
}

.connected-carousels .next-stage3 span {
    right: 20px;
}

.connected-carousels .prev-stage3:hover span,
.connected-carousels .next-stage3:hover span {
    display: block;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation3,
.connected-carousels .next-navigation3 {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-navigation3 {
    left: -15px;
    top: 22px;
    text-indent: 6px;
}

.connected-carousels .next-navigation3 {
    right: -15px;
    top: 22px;
    text-indent: 20px;
}

.connected-carousels .prev-navigation3.inactive,
.connected-carousels .next-navigation3.inactive {
    opacity: .5;
    cursor: default;
}

/* reset */

.connected-carousels .stage {
    width: 1265px;
}
	
.connected-carousels .carousel-stage {
    height: 525px;
    border: 0px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0px #999;
    -moz-box-shadow: 0 0 0px #999;
    box-shadow: 0 0 0px #999;
}

.connected-carousels .carousel-stage2 {
    height: 525px;
    border: 0px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0px #999;
    -moz-box-shadow: 0 0 0px #999;
    box-shadow: 0 0 0px #999;
}

.connected-carousels .carousel-stage3 {
    height: 525px;
    border: 0px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0px #999;
    -moz-box-shadow: 0 0 0px #999;
    box-shadow: 0 0 0px #999;
}

.connected-carousels .next-stage {
    height:500px; 
}

.connected-carousels .prev-stage {
    height:500px; 
}


.connected-carousels .next-stage2 {
    height:500px; 
}

.connected-carousels .prev-stage2 {
    height:500px; 
}


.connected-carousels .next-stage3 {
    height:500px; 
}

.connected-carousels .prev-stage3 {
    height:500px; 
}


.connected-carousels .carousel-navigation {
    height: 80px;
    width: 720px;
	}
	
	.connected-carousels .carousel-navigation2 {
    height: 80px;
    width: 720px;
	}
	
	.connected-carousels .carousel-navigation3 {
    height: 80px;
    width: 720px;
	}
	
	.connected-carousels .next-navigation {
    top:35px;
	}
	
	.connected-carousels .prev-navigation {
    top:35px;
	}
	
	
	.connected-carousels .next-navigation2 {
    top:35px;
	}
	
	.connected-carousels .prev-navigation2 {
    top:35px;
	}
	
	
	.connected-carousels .next-navigation3 {
    top:35px;
	}
	
	.connected-carousels .prev-navigation3 {
    top:35px;
	}
	
	.connected-carousels .navigation {
    width: 740px !important;
	}
	
	.connected-carousels .photo-credits { font-size: 15px !important; color: #000 !important;}
