#slider_p li,#slider_p ul{
    margin:0;
    padding:0;
    list-style:none
}
#slider_p,#slider_p li{
    width:680px;
    height:350px;
    overflow:hidden
}

.paper_imgCnt{
    position:relative;
    border:1px solid #ddd;
    z-index:0;
    border-radius:4px;
    -webkit-border-radius:4px;
    overflow:hidden;
    margin-top: 20px;
  	margin-bottom: 20px;
}
.paper_imgCnt img{
    width:100%;
    height:auto;
    display:block;
    margin-left: auto;
  	margin-right: auto;
    /*position: absolute;
  	left: 0;
  	top: 50%;*/
}

.notiWrapper .newsTitle{
	font-weight:400;

}
.notiWrapper ,.paperCol h4{
    font-weight:700;
    font-size:11px
}
.paperCol{
    width:168px;
    height: 350px;
    margin-right:1px;
    border-right:1px solid #dedede;
    padding:0px 0px 0px 0px
}
.moreInfo {
	border-top:1px solid #dedede;
	border-bottom: 1px solid #dedede;
	line-height:18px;
}
.paperCol .notiWrapper .sectionTitle{
    line-height:18px;
    text-transform:uppercase
}
.paperCol.last-child{
    margin-right:0
}
