.als-prev, .als-next {top:70px;z-index:100;}
.als-next {right:0px;}

a img {outline : none;}
img {border:0}

/** 게시판 테이블 스타일 **/

.type001 {
    border:0;
    /*border-spacing: 0;*/
}
.type001 tr:first-child td,
.type001 tr:first-child th {
    border-top:2px solid #000000!important;
}
.type001 tr {
    padding:4px 0;
}
.type001 tr td,
.type001 tr th {
    padding:4px 0;
    border-bottom:1px solid #cccccc;
    border-spacing: 2px;
}
.type001 tr:last-child td,
.type001 tr:last-child th {
    border-bottom:1px solid #777777;
}
