/*기본출력레이어*/
.sliderwrapper{position: relative; overflow: hidden; border:0px solid #F7F7F7; width: 245px; height: 120px;}

/*이동후 출력레이어 내용출력공간*/
.sliderwrapper .contentdiv{visibility: hidden; position: absolute; left:5px; top:4px; background: white; width: 240px; height: 100%; filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); -moz-opacity: 1; opacity: 1;}

.pagination{width: 245px; text-align:right; background-color:#F7F7F7; padding:3px 0px 3px 0px; font-size:8pt;} /*페이지번호 출력공간 레이어 옵션*/
.pagination a{ padding:0px 2px 0px 2px; text-decoration: none; color: #00007D; background: #F7F7F7;}/*페이지및 이동화살표 배경색*/
.pagination a:hover, .pagination a.selected{color:#B2B2B2; background-color: #E7E7E7;}/*페이지번호색*/