.carousel-wrapper {
    margin: 10px auto;
    position: relative;
    border: 6px solid #fff;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}


.carousel-wrapper .photo-credits {
    position: absolute;
    bottom: -12px;
    color: #fff;
	padding:5px;
	font-size:90%;
 	
}

.carousel-wrapper .photo-credits a {
	COLOR:  #B4433D;
	border-bottom-color : #B4433D;
	border-bottom-style : solid;
	border-bottom-width : 1pt;
}

/** Carousel **/

.carousel {
    position: relative;
    overflow: hidden;
    width: 435px;
    height: 130px;
}

.carousel ul {
	width: 10000em;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 10px;
}

.carousel li {
    float: left;
	
}


/** Carousel Controls **/

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 35px;
    width: 18px;
    height: 33px;
    text-align: center;
    background:  #C24E38;
    color: #fff;
    text-decoration: none;
   
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.carousel-control-prev {
    left: -15px;
}

.carousel-control-next {
    right: -15px;
}

.carousel-control-prev:hover span,
.carousel-control-next:hover span {
    display: block;
	
}
