#home-news {width:100%; height:250px;}
#home-news .view-content .item {padding:0 20px; width:100%;position:absolute;}

#home-news .sub-item {
    border-right: 1px solid #d5d5d5;
    float: left;
    padding: 0 50px;
    width:32%;
}
#home-news .sub-item:last-child {
    border-right: none;
}
#home-news .sub-item .inner-wrap{
    position:absolute;
    top:0;
    left:0;
}
#home-news .top-info {
    color: #787878;
    font-family: "bitter",arial,serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
#home-news img {
    display: inline-block;
    float: left;
    height: 50px;
    margin-right: 20px;
    vertical-align: middle;
    width: 50px;
}
#home-news .news-event-body {
    color: #444444;
    font-family: "roboto",Arial,serif;
    font-size: 24px;
    font-weight: 200;
    margin: 30px 0;
}
#home-news .read-more a {
    color: #941b34;
    font-family: "roboto",Arial,serif;
    font-size: 16px;
    font-weight: 800;
}
#home-news #prev-cycle {
    background: transparent url("../images/prev-cycle.png") no-repeat scroll 0 0 / cover ;
    cursor: pointer;
    height: 60px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 40px;
    width: 32px;
    z-index:1000;
}
#home-news #next-cycle {
    background: transparent url("../images/next-cycle.png") no-repeat scroll 0 0 / cover ;
    cursor: pointer;
    height: 60px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 40px;
    width: 32px;
    z-index:1000;
}
#home-news #next-cycle:hover {
    opacity: 1;
}
#home-news #prev-cycle:hover {
    opacity: 1;
}
#home-news #pager-cycle span {
    background: transparent url("../images/pager-dot.png") no-repeat scroll -25px 0;
    display: inline-block;
    float: none;
    height: 30px;
    outline: medium none;
    overflow: hidden;
    text-indent: -9999px;
    width: 20px;
}
#home-news #pager-cycle span.cycle-pager-active {
    background: transparent url("../images/pager-dot.png") no-repeat scroll 0 0;
}
#home-news #pager-cycle {
    margin: 35px auto 63px;
    text-align: center;
    width: 100%;
    position:absolute;
    margin-top:320px;
    z-index: 1003;
}
#home-news {
    margin: 90px auto 0;
    max-width: 1205px;
    position: relative;
    width: 90%;
}