.r01-sliderwrapper {
	padding: 0 20px 40px 20px;
    margin: auto;
}

/** Stage container **/

.r01-connected-carousels .r01-stage {
    margin: 20px auto;
    position: relative;
}

/** Navigation container **/

.r01-connected-carousels .r01-navigation {
	max-width:680px;
    margin: 20px auto;
    position: relative;
}

/** Shared carousel styles **/

.r01-connected-carousels .r01-carousel {
    overflow: hidden;
    position: relative;
}

.r01-connected-carousels .r01-carousel ul {
    width: 20000em;
    position: relative;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.r01-connected-carousels .r01-carousel li {
    float: left;
}

.r01-connected-carousels .r01-carousel-stage li {
    width:100%;
}

/** Stage carousel specific styles **/

.r01-connected-carousels .r01-carousel-stage {
    height: auto;
    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;
}

.r01-carousel-stage img {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 500px !important;
}

.r01-carousel-stage embed {
    display: block;
    height: 500px !important;
}

.r01-carousel-stage object {
    display: block;
    height: 500px !important;
}

.r01-carousel-stage span span {
    display: block;
    padding: 0 3px;
    text-shadow: 0 0 15px #FFFFFF;
    text-align: justify;
}
.r01-carousel-stage span{
    color: #000000;
    font-size:11px;
    font-style:italic;
    line-height:normal;
    margin:0;
    padding:0;
}

/** Navigation carousel specific styles **/

.r01-connected-carousels .r01-carousel-navigation {
    height: 85px;
    /*width: 660px;*/
    width: 100%;/* responsive */
    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;
}

.r01-connected-carousels .r01-carousel-navigation li {
    cursor: pointer;
}

.r01-connected-carousels .r01-carousel-navigation li div {
    display: block;
    border: 5px solid #fff;
}

.r01-connected-carousels .r01-carousel-navigation li.active div {
    border-color: #ccc;
}

/** Stage carousel controls **/

.r01-connected-carousels .r01-prev-stage,
.r01-connected-carousels .r01-next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 305px;
    height: 510px;
    color: #fff;
}

.r01-connected-carousels .r01-prev-stage {
    left: 0;
}

.r01-connected-carousels .r01-next-stage {
    right: 0;
}

.r01-connected-carousels .r01-prev-stage.inactive,
.r01-connected-carousels .r01-next-stage.inactive {
    display: none;
}

.r01-connected-carousels .r01-prev-stage span,
.r01-connected-carousels .r01-next-stage span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center !important;
    background: #4E443C;
    color: #fff;
    text-decoration: none !important;
    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;
}

.r01-connected-carousels .r01-prev-stage span {
    left: 20px;
}

.r01-connected-carousels .r01-next-stage span {
    right: 20px;
}

.r01-connected-carousels .r01-prev-stage:hover span,
.r01-connected-carousels .r01-next-stage:hover span, 
.r01-stage:hover .r01-prev-stage span,
.r01-stage:hover .r01-next-stage span{
    display: block;
}

/** Navigation carousel controls **/
.r01-connected-carousels .r01-prev-navigation,
.r01-connected-carousels .r01-next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #4E443C;
    color: #fff !important;
    text-decoration: none !important;
    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;
}

.r01-connected-carousels .r01-prev-navigation {
    left: -15px;
    top: 32px;
    text-indent: 6px;
}

.r01-connected-carousels .r01-next-navigation {
    right: -13px;
    top: 32px;
    text-indent: 20px;
}

#TB_ajaxContent .r01-connected-carousels .r01-next-navigation{
	right: 5px;
}


.r01-connected-carousels .r01-prev-navigation.inactive,
.r01-connected-carousels .r01-next-navigation.inactive {
    opacity: .5;
    cursor: default;
}
