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