.actions-wrapper{
    overflow: hidden;
    background: #f4f4f4;
    border: 1px solid #d6d1d2;
    border-radius: 10px;
    position: relative;
    padding-right:0;
	width: 615px;
}
.owl-carousel {
    display: block;
    float: left;
    transition: width .2s;
    padding: 10px 0px 0px 0px;
    overflow: hidden;
    z-index: 1;
    height:auto;
    position: relative;
}

.action-news-photo {
    position: relative;
    min-height: 160px;
    overflow: hidden;
}
.action-news-photo img {
    margin: 15px auto;
    transition: transform .4s ease-out;
}

.action-item p {
    position: relative;
    padding: 2px;
    font-size: 0.95em;
    line-height: 1.6em;
    height: 8em;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
}
.action-item a {
    position: relative;
    font-size: 0.95em;
    line-height: 1.6em;
    height: 3.2em;
    overflow: hidden;
    display: block;
    padding: 2px;
}
.owl-carousel div.owl-item {
    float: left;

}
.owl-item.active:first-child>.action-item {
    border-left: 0;
}
.action-item{
    text-align: center;
    border-left: 1px dashed #4C1721;
}

.press_about_us-prev {
    position: absolute;
    display: block;
    width: 24px;
    height: 100%;
    cursor: pointer;
    background: url(/local/templates/dim2013/images/left-arrow.png) center no-repeat;
    outline:none !important;
    left: 2px;
    z-index: 10;
    }
.press_about_us-next {
    position: absolute;
    display: block;
    width: 24px;
    height: 100%;
    cursor: pointer;
    background: url(/local/templates/dim2013/images/right-arrow.png) center no-repeat;
    right: 2px;
    z-index: 10;
    outline:none !important;
}

.owl-stage {
    right: -1px;
}