#galleryWrap
{
    padding-bottom: 10px;
    width: 100%;
}
#galleryWrap .connected-carousels
{
    background: #08233b;
    width: 100%;
}
/** Stage container **/

.connected-carousels .stage
{
    width: 100%;
    margin: 0 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: 94%;
    margin: 0 auto;
    padding: 17px 0 13px;
    position: relative;
}

/** Shared carousel styles **/

.connected-carousels .carousel
{
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.connected-carousels .carousel ul
{
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li
{
    float: left;
}
.connected-carousels .carousel li a
{
    display: block;
    position: relative;
    width: 100%;
	text-align:center;
}
.connected-carousels .carousel li img
{
    max-width: 100%;
    position: relative;
    z-index: 1;
} 
.connected-carousels .carousel .album-title
{
    background: #000;
    color: #fff;
    font-size: 14px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    line-height: 20px;
    padding: 5px 15px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/*IE8+*/  
    filter: alpha(opacity=50); /* IE7 and lower */ 
    z-index: 10;
}
/** Stage carousel specific styles **/

.connected-carousels .carousel-stage
{
    height: auto;
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation
{
    height: auto;
    width: 100%;
    background: #08233b;
}

.connected-carousels .carousel-navigation li
{
    cursor: pointer;
    text-align: center;
}

.connected-carousels .carousel-navigation li img
{
    background: #000;
    border: solid 2px #08233b;
    opacity: .4;
    display: inline-block;
    width: 73px;
}

.connected-carousels .carousel-navigation li.active img
{
    border-color: #378bd8;
    opacity: 1;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage, .connected-carousels .next-stage
{
    display: block;
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    color: #fff;
    z-index: 99;
}

.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: #08233B;
    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: 5px;
}

.connected-carousels .next-stage span
{
    right: 5px;
}

.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: #378BD8;
    color: #fff;
    text-decoration: none;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: -15px;
    top: 50%;
}

.connected-carousels .prev-navigation
{
    left: -17px;
    text-indent: 6px;
}

.connected-carousels .next-navigation
{
    right: -17px;
    text-indent: 20px;
}

.connected-carousels .prev-navigation.inactive, .connected-carousels .next-navigation.inactive
{
    opacity: .5;
    cursor: default;
}
.connected-carousels .carousel li a
{
    z-index: 1;
}
.connected-carousels .carousel li
{
    position: relative;
}
.detail-text
{
    background: #000;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    left: 0;
    right: 0;
    padding: 5px 20px;
    position: absolute;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";/*IE8+*/  
    filter: alpha(opacity=60); /* IE7 and lower */ 
    z-index: 99;
}