.carousel-wrapper{
    margin-left:auto;
    margin-right:auto;
    position:relative;
    clear: both;
    padding:0 80px;
}
.carousel-wrapper:after{
    content:'';
    display: block;
    clear:both;
}
.carousel-wrapper h2{
    margin-left:20px;
    border-bottom:0;
    color:#000;
}
.carousel-wrapper .underlined {
    border-bottom: 1px solid #dec37a;
    padding-bottom: 10px;
}
.carousel-wrapper.carousel-articles {
    margin-bottom: 20px;
}
.carousel-wrapper.carousel-articles .recipe-box {
    padding-bottom: 25px;
    margin-bottom: 0;
}
.carousel{
     margin:auto;
}
.carousel ul{
    margin:0;
    padding:0;

}
.carousel ul,
.carousel li{
    list-style-type: none;
}

.carousel-prev,
.carousel-next{
    width:80px;
    height:100%;
    min-height: 350px;
    position: absolute;
    top:0;
    background: url('../img/carousel-prev.png') no-repeat  center 115px;
}

.carousel-prev{
    left:20px;
}
.carousel-next{
    right:-20px;
    background-image: url('../img/carousel-next.png');
}

.carousel img{
	-moz-box-shadow:    inset 0 0 10px red;
   -webkit-box-shadow: inset 0 0 10px red;
   box-shadow:         inset 0 0 10px red;
}