/** Stage container **/

.connected-carousels .stage {
    width: 440px;
    position: relative;
	border:solid 1px #eee;
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.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: 400px;
    margin: 10px auto;
    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 {
    height: 430px;
	width:430px; margin:auto;
	margin-top:5px; margin-bottom:5px;
    /*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: 97px;
    width: 380px;
    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;
	width:95px;
	text-align:center;
	padding-top:2px;
}

.connected-carousels .carousel-navigation li img {
    display: block;
    border: 2px solid #fff;
	margin:auto;
	width:88px;
}

.connected-carousels .carousel-navigation li.active img {
    border-color: #599c33;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 5px;
    width: 220px;
    height: 430px;
    color: #fff;
	background:url(./a.jpg)
	/*background:white;
	opacity: 0;-moz-opacity: 0;-webkit-opacity:0;filter:alpha(opacity=0);*/
}

.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: #000;
    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;
	opacity: 0.6;-moz-opacity: 0.6;-webkit-opacity:0.6;filter:alpha(opacity=60);
}

.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 {
	top:12px;
	text-align:center;
    display: block;
    position: absolute;
    width: 22px;
    height: 95px;
    background: #ddd;
    color: #666;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 40px/95px Arial, sans-serif;
	outline:none;
	blr:expression(this.onFocus=this.blur());
	/*
    -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: -22px;
    text-indent: 0px;
}

.connected-carousels .next-navigation {
    right: -22px;
    text-indent: 0px;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: 0.5;-moz-opacity: 0.5;-webkit-opacity:0.5;filter:alpha(opacity=50);
    cursor: default;
}
