.carousel {
    overflow: hidden;
}

.carousel .inner {
	width: 1350px   
}

.carousel .middle {
    overflow: auto;
}

#carousel {
    width: 100%;
    height: 158px;
    background-color: #ffd9da;
    margin-top: 8px;
}

#carousel-wrapper {
    /*
    border: 1px solid #C3DFD0;
	border-top: 3px solid #ffd9da;
	border-bottom: 3px solid #ffd9da;
    background-color: #ffd9da;
	*/
    width: 100%;
    height: 138px;
    margin-top: 4px;
}

#carousel-wrapper .middle {
    float: left;
    width: 650px;
    height: 130px;
    background-color: #ffd9da;    
    overflow: hidden;
}

#carousel-wrapper .inner img {
    float: left;
    padding: 5px;
}

/* next & prev links */
#carousel-wrapper a.carousel-control {
    float: left;
    width: 41px;
    height: 135px;
    /*background-color: #7A1315;*/
    background-color: #ffd9da;
    text-align: center;
    text-decoration: none;    
    font-size: 37px;
    line-height: 135px;
    color: #ffffff;
}

#carousel-wrapper a.next, #carousel-wrapper a.next img {
    float: right;
}

#carousel-wrapper a.next img {
    padding-right: 4px;
}

#carousel-wrapper a.prev img {
    padding-left: 4px;
}

#carousel-wrapper a:hover {
    color: #000;
}

.roundedcornr {
   width: 100%;   height: 8px;   font-size: 1px;
}
